[PR #1042] [CLOSED] Added recursive binary search #1591

Open
opened 2026-01-29 15:22:34 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1042
Author: @yathu1
Created: 10/13/2022
Status: Closed

Base: masterHead: clan


📝 Commits (1)

  • fe94c56 Added recursive binary search

📊 Changes

1 file changed (+38 additions, -0 deletions)

View changed files

searching/binary_recursion.c (+38 -0)

📄 Description

Added recursive binary search


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/1042 **Author:** [@yathu1](https://github.com/yathu1) **Created:** 10/13/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `clan` --- ### 📝 Commits (1) - [`fe94c56`](https://github.com/TheAlgorithms/C/commit/fe94c5600503e61d584311e6c1411526239931af) Added recursive binary search ### 📊 Changes **1 file changed** (+38 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `searching/binary_recursion.c` (+38 -0) </details> ### 📄 Description Added recursive binary search --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:22:34 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1591