Python programming
9 subscribers
2 photos
1 file
5 links
For anyone who is interested to learn python. I believe this channel will provide you the best content as possible.
Download Telegram
Channel created
Linear search in python
Lets have a look
Input : a list of array
1,2,3,4,5,6,7,8,9,0


Output : find an element in a list of array in which input is given by user.

Input :5
Output: 5 is at index 4
Today we will learn binary search
How it works
And how we can solve problems by using BS