Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sh2aliyev/notes/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Scans each element in order until the target is found or all elements are checked.| Time | Space |
|---|---|
O(n) | O(1) |
Implementation
Linear Search