filmov
tv
Linear Search in Python
![preview_player](https://i.ytimg.com/vi/3FT0-brUfnE/maxresdefault.jpg)
Показать описание
Linear Search
Linear search sequentially checks each element in a list or array until the target element is found or the end of the list is reached.
Time Complexity: O(n)
Space Complexity: O(1)
Linear search sequentially checks each element in a list or array until the target element is found or the end of the list is reached.
Time Complexity: O(n)
Space Complexity: O(1)