Linear Search in Python

Опубликовано: 11 Январь 2025
на канале: Kenny Yip Coding
338
8

Linear search explained. What is linear search? In this video, you will learn how linear search is implemented in Python, and some built-in functions that use linear search, such as min, max, and count functions.

With linear search, we iterate through every single element in the list, therefore the run-time is O(N), where N is the size of the list.

Python Playlist:
   • Python Data Structures and Algorithms  

Github: https://github.com/ImKennyYip/python-...

Subscribe for more coding tutorials 😄!