mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-18 11:29:35 +00:00
[PR #1343] [CLOSED] Ubiquitous_Binary_Search algorithm added #1943
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/1343
Author: @Arjun-A3
Created: 10/7/2023
Status: ❌ Closed
Base:
master← Head:added-Ubiquitous_Binary_Search📝 Commits (1)
5b2c4d7Ubiquitous_Binary_Search algorithm added📊 Changes
1 file changed (+42 additions, -0 deletions)
View changed files
➕
searching/Ubiquitous_Binary_Search.c(+42 -0)📄 Description
Description of Change
added The Ubiquitous Binary Search in C.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.