[PR #44] [CLOSED] Issue#43 Compilation Error otherBinarySearch #256

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/44
Author: @ankitrgadiya
Created: 9/29/2017
Status: Closed

Base: masterHead: bug/otherBinarySearch


📝 Commits (1)

  • bf3ef5d Issue#43 Compilation Error otherBinarySearch

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 searching/otherBinarySearch.c (+3 -3)

📄 Description

Replaced the variable name "len" from binarySearch prototype with
"length".

#43


🔄 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/44 **Author:** [@ankitrgadiya](https://github.com/ankitrgadiya) **Created:** 9/29/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bug/otherBinarySearch` --- ### 📝 Commits (1) - [`bf3ef5d`](https://github.com/TheAlgorithms/C/commit/bf3ef5d550dd7eb266256083f851d571ab7f208f) Issue#43 Compilation Error otherBinarySearch ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `searching/otherBinarySearch.c` (+3 -3) </details> ### 📄 Description Replaced the variable name "len" from binarySearch prototype with "length". #43 --- <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:10: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#256