lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Searching Algorithm(linear , interpolation) #227

Open catchsaurabh0209 opened 4 years ago

catchsaurabh0209 commented 4 years ago

Linear search. (Every item is checked.) interpolation search. (This algorithm is applicable to a uniform sorted series of number.)