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:
https://youtube.com/playlist?list=PLnKe36F30Y4bcRomKi02sP9NR27KnBqCK
Github: https://github.com/ImKennyYip/python-data-structures-algorithms
Subscribe for more coding tutorials !