[PR #1409] [CLOSED] Update binary_search_tree.c #2005

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/1409
Author: @RuslanByte
Created: 9/1/2024
Status: Closed

Base: masterHead: master


📝 Commits (3)

  • 7a6e65e Update binary_search_tree.c
  • f4996cf Update binary_search_tree.c
  • e89a2b7 Update binary_search_tree.c

📊 Changes

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

View changed files

📝 data_structures/binary_trees/binary_search_tree.c (+10 -12)

📄 Description

No description provided


🔄 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/1409 **Author:** [@RuslanByte](https://github.com/RuslanByte) **Created:** 9/1/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`7a6e65e`](https://github.com/TheAlgorithms/C/commit/7a6e65ef1d6db165c1895e65a3ca68a3892b4107) Update binary_search_tree.c - [`f4996cf`](https://github.com/TheAlgorithms/C/commit/f4996cf519228aaf977e627cceaa117e5a31b7e5) Update binary_search_tree.c - [`e89a2b7`](https://github.com/TheAlgorithms/C/commit/e89a2b7525f82e918fb5e539bf71418652a0a884) Update binary_search_tree.c ### 📊 Changes **1 file changed** (+10 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `data_structures/binary_trees/binary_search_tree.c` (+10 -12) </details> ### 📄 Description _No description provided_ --- <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:27:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#2005