[PR #352] [MERGED] Feature/search insert position #699

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/352
Author: @tanyapohn
Created: 10/5/2019
Status: Merged
Merged: 10/5/2019
Merged by: @danghai

Base: masterHead: feature/search-insert-position


📝 Commits (2)

  • cf6ff13 Add an alternative way of recursion
  • b1b24e6 Remove whitespace

📊 Changes

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

View changed files

📝 leetcode/src/35.c (+12 -0)

📄 Description

I've added an alternative way of this algorithm to solve Search Insert Position problem in #249


🔄 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/352 **Author:** [@tanyapohn](https://github.com/tanyapohn) **Created:** 10/5/2019 **Status:** ✅ Merged **Merged:** 10/5/2019 **Merged by:** [@danghai](https://github.com/danghai) **Base:** `master` ← **Head:** `feature/search-insert-position` --- ### 📝 Commits (2) - [`cf6ff13`](https://github.com/TheAlgorithms/C/commit/cf6ff1344a1bfe9ac4eafc259b73c10df3d97970) Add an alternative way of recursion - [`b1b24e6`](https://github.com/TheAlgorithms/C/commit/b1b24e69c93ee30cd5694c12b5934ddc71c91455) Remove whitespace ### 📊 Changes **1 file changed** (+12 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `leetcode/src/35.c` (+12 -0) </details> ### 📄 Description I've added an alternative way of this algorithm to solve **Search Insert Position** problem in #249 --- <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:39 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#699