mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-14 13:54:36 +00:00
[PR #883] [MERGED] feat: Add the Sentinel Search algorithm #1402
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/883
Author: @ReganYue
Created: 10/13/2021
Status: ✅ Merged
Merged: 10/15/2021
Merged by: @Panquesito7
Base:
master← Head:ReganYue📝 Commits (7)
3fb5adcCreate sentinel_linear_search.cd6df456Update sentinel_linear_search.c2f0d9e0updating DIRECTORY.mdc4feee1Merge branch 'TheAlgorithms:master' into ReganYuedc38f33Apply suggestions from code review7624e02Update sentinel_linear_search.c5c24900Apply suggestions from code review📊 Changes
2 files changed (+82 additions, -0 deletions)
View changed files
📝
DIRECTORY.md(+1 -0)➕
searching/sentinel_linear_search.c(+81 -0)📄 Description
This is a search algorithm that uses sentinels.
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.