Christian Bender
be23563615
Delete fibonacciSearch
2018-03-20 16:42:31 +01:00
Christian Bender
2b8fab4c1d
Delete fibonacciSearch.o
2018-03-20 16:42:23 +01:00
Christian Bender
7668d1c419
Added some header files and changed the min() function
2018-03-20 16:39:13 +01:00
agnimish
3038363d19
Create modifiedBinarySearch.c
...
Program to search an element in a sorted matrix using modified binary search, very much reducing the time complexity.
2018-03-19 23:22:03 +05:30
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
Akshay Kumar
df99ef4cb1
Update interpolation_search.c
2018-03-10 23:13:44 +05:30
Akshay Kumar
0bc7df2c78
interpolation.c
...
Interpolation search implemented in c
2018-03-07 23:41:38 +05:30
koseokkyu
c3bd560d4c
modify other_binary_search
2017-11-20 16:08:47 +09:00
koseokkyu
04527dfc56
add jumpsearch
2017-11-20 11:50:40 +09:00
Sachin Arora
a6d1297d22
Multiple folders of search and sort. Fixes issue #60 and #49 .
2017-10-24 20:38:10 +05:30
Anup Kumar Panwar
eff67c4e5f
Merge pull request #57 from theycallmemac/master
...
added some algorithms
2017-10-11 21:42:17 +05:30
AnupKumarPanwar
a8e3dd3f60
Merged 2 sorting folders
2017-10-03 17:00:31 +05:30
theycallmemac
8156611ab2
created fibonacciSearch.c
2017-09-28 21:32:39 +01:00
James Mc Dermott
4695bf9840
Rename BinarySearch.c to Searches/BinarySearch.c
...
Just nice to restructure and present nicely.
2017-04-27 15:10:05 +01:00