[PR #255] [MERGED] fix bug #549

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/255
Author: @realDuYuanChao
Created: 8/26/2019
Status: Merged
Merged: 9/29/2019
Merged by: @StepfenShawn

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+11 additions, -13 deletions)

View changed files

📝 searching/Other_Binary_Search.c (+11 -13)

📄 Description

binarySearch should be returned when left > right


🔄 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/255 **Author:** [@realDuYuanChao](https://github.com/realDuYuanChao) **Created:** 8/26/2019 **Status:** ✅ Merged **Merged:** 9/29/2019 **Merged by:** [@StepfenShawn](https://github.com/StepfenShawn) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7f9d115`](https://github.com/TheAlgorithms/C/commit/7f9d11522656db3624a4c12fb9fd48f425083a42) fix bug ### 📊 Changes **1 file changed** (+11 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `searching/Other_Binary_Search.c` (+11 -13) </details> ### 📄 Description `binarySearch` should be returned when `left` > `right` --- <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:13:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#549