Python Tutorials - Linear Search | Sequential Search | Searching Key Element in List of Number

Опубликовано: 22 Март 2026
на канале: CodeAsItIs
319
3

In this Python Pattern programming video tutorial you will learn about linear search in detail.

Linear search is a very basic and simple search algorithm. In Linear search, we search an element or value in a given array by traversing the array from the starting, till the desired element or value is found. Linear Search is also known as sequential search.
Here, In this video, you will be able to understand how to
implement linear search using
a. Using Loop
b. Using Recursion

#Python #PythonProgramming

All demo files can be present at Github :- https://github.com/codeasitis/Python
**********
To learn Python, start our Python Playlist HERE:
   • Python Basics  

Subscribe to CodeAsItIs:    / codeasitis  

**********
You can write to me at - [email protected]
**********
Connect with us!

Facebook:   / code.asitis.7  
Instagram:   / codeasitis  
Twitter:   / codeasitis1  

**********

Thank you!
CodeAsItIs