mirror of
https://github.com/TheAlgorithms/C
synced 2024-11-22 05:21:49 +03:00
3cfdbb040d
* Create sentinel_linear_search.c This is a search algorithm that uses sentinels. * Update sentinel_linear_search.c Added some notes and made some changes * updating DIRECTORY.md * Apply suggestions from code review thx u Co-authored-by: David Leal <halfpacho@gmail.com> * Update sentinel_linear_search.c * Apply suggestions from code review Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com> Co-authored-by: David Leal <halfpacho@gmail.com> |
||
---|---|---|
.. | ||
pattern_search | ||
binary_search.c | ||
CMakeLists.txt | ||
exponential_search.c | ||
fibonacci_search.c | ||
floyd_cycle_detection_algorithm.c | ||
interpolation_search.c | ||
jump_search.c | ||
linear_search.c | ||
modified_binary_search.c | ||
other_binary_search.c | ||
sentinel_linear_search.c | ||
ternary_search.c |