TheAlgorithms-C/searching
Shuangchi He 889931acc8
chore: fix various spelling typos (#945)
2022-09-27 10:58:15 -05:00
..
pattern_search formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
CMakeLists.txt find openmp declared required only once 2020-05-31 10:49:26 -04:00
binary_search.c added iterative algorithm for binary_search 2020-06-30 14:17:12 -04:00
exponential_search.c feat: Exponential Search (#818) 2021-03-25 23:58:07 +05:30
fibonacci_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
floyd_cycle_detection_algorithm.c chore: fix various spelling typos (#945) 2022-09-27 10:58:15 -05:00
interpolation_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
jump_search.c docs+self-tests+lgtm fix 2020-07-10 23:19:24 -04:00
linear_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00
modified_binary_search.c fix code - major errors + add docs 2020-07-01 21:27:35 -04:00
other_binary_search.c formatting filenames 909e15d8be 2020-05-30 18:26:19 +00:00
sentinel_linear_search.c Sentinel search: Remove bounds check (fixes #887) (#888) 2021-10-16 19:28:37 -05:00
ternary_search.c formatting source-code for 5bba04b671 2020-06-28 15:25:37 +00:00