ankitapuri / DSA-guide

Trying to cover important DSA
MIT License
49 stars 113 forks source link

Added Exponential Search #252

Closed vybhav72954 closed 3 years ago

vybhav72954 commented 3 years ago

Related Issuse

Closes: #249

Describe the changes you've made

I have added an exponential search program in python.

Type of change

How Has This Been Tested?

Enter List [Whitespace separated]
5 8 13 2 98 1 6
Enter Target
13
Sorted list: [1, 2, 5, 6, 8, 13, 98]
Found at Index 5

Describe if there is any unusual behaviour of your code(Write NA if there isn't)

NA

Checklist: