TheAlgorithms-C/Searches
akshayanvi 8d240037b3
Update interpolation_search.c
1) Easy logic built
2) error minimized: as array is increasing in above example it might not always be increasing.just replace 47 by 2 then run above program it will give an incorrect ans. but in improvised case it is minimized.
3)we are scanning input from user so, more saturated
4)'position' is more reliable than 'index'.
2018-03-14 03:08:07 +05:30
..
Binary_Search.c Multiple folders of search and sort. Fixes issue #60 and #49. 2017-10-24 20:38:10 +05:30
fibonacciSearch.c created fibonacciSearch.c 2017-09-28 21:32:39 +01:00
interpolation_search.c Update interpolation_search.c 2018-03-14 03:08:07 +05:30
Jump_Search.c add jumpsearch 2017-11-20 11:50:40 +09:00
LinearSearch.c Multiple folders of search and sort. Fixes issue #60 and #49. 2017-10-24 20:38:10 +05:30
Other_Binary_Search.c modify other_binary_search 2017-11-20 16:08:47 +09:00