TheAlgorithms-C/searching
David Leal db3d6e2886
feat: add Windows CI back (#1290)
Signed-off-by: realstealthninja <realstealthninja@gmail.com>
Co-authored-by: github-actions[bot] <github-actions@users.noreply.github.com>
Co-authored-by: realstealthninja <68815218+realstealthninja@users.noreply.github.com>
2023-09-08 15:38:14 -06: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: add Windows CI back (#1290) 2023-09-08 15:38:14 -06:00
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