[PR #304] [CLOSED] fixed errors in binary search #620

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/304
Author: @nirudi98
Created: 10/2/2019
Status: Closed

Base: masterHead: C


📝 Commits (1)

  • 172f503 fixed errors in binary search

📊 Changes

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

View changed files

searching/Other_Binary_Search_Modified.c (+49 -0)

📄 Description

There was some small errors in Other_Binary_Search when I tried to run it on my code blocks. The array size wasn't initialized properly.


🔄 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/304 **Author:** [@nirudi98](https://github.com/nirudi98) **Created:** 10/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `C` --- ### 📝 Commits (1) - [`172f503`](https://github.com/TheAlgorithms/C/commit/172f50385830e5b169e1e8ec659a9a6ba76f7cc6) fixed errors in binary search ### 📊 Changes **1 file changed** (+49 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `searching/Other_Binary_Search_Modified.c` (+49 -0) </details> ### 📄 Description There was some small errors in Other_Binary_Search when I tried to run it on my code blocks. The array size wasn't initialized properly. --- <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:14:13 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#620