mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08: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>