[PR #306] [CLOSED] added AVL tree in C #624

Closed
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/306
Author: @sidag99
Created: 10/2/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

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

View changed files

data_structures/binary_trees/AvlTree.c (+271 -0)

📄 Description

Added AvlTree to data structures


🔄 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/306 **Author:** [@sidag99](https://github.com/sidag99) **Created:** 10/2/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`3cf1604`](https://github.com/TheAlgorithms/C/commit/3cf1604232b2e90f85e926c8bfb79f4e4a10686f) added AVL tree in C ### 📊 Changes **1 file changed** (+271 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `data_structures/binary_trees/AvlTree.c` (+271 -0) </details> ### 📄 Description Added AvlTree to data structures --- <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#624