[PR #234] [CLOSED] AVL tree #521

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/234
Author: @nakul-shahdadpuri
Created: 6/7/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

data_structures/Self_balancing_trees/AVL.c (+204 -0)

📄 Description

Addition trees like red black , b and b+ would be added later on.


🔄 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/234 **Author:** [@nakul-shahdadpuri](https://github.com/nakul-shahdadpuri) **Created:** 6/7/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`a02b62d`](https://github.com/TheAlgorithms/C/commit/a02b62dbc23e0d5eba55ddd71fa0cf57573162fc) AVL tree ### 📊 Changes **1 file changed** (+204 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/Self_balancing_trees/AVL.c` (+204 -0) </details> ### 📄 Description Addition trees like red black , b and b+ would be added later on. --- <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:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#521