An open API service providing repository metadata for many open source software ecosystems.

Topic: "avl-tree-implementation"

KhaledAshrafH/AVL-Tree

This is a C++ implementation of an AVL tree, which is a self-balancing binary search tree. An AVL tree maintains the balance factor of each node, which is the difference between the heights of its left and right subtrees. Whenever a node becomes unbalanced (its balance factor is either -2 or 2), the tree performs a rotation to restore the balance.

Language: C++ - Size: 188 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 11 - Forks: 0

Ulqiora/Key-Value_Storage

in this repository i am create implementation of hash table, b-tree and

Language: C++ - Size: 86.9 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 3 - Forks: 0

somebadcode/avltree

AVL tree, a balancing search tree

Language: Go - Size: 14.6 KB - Last synced at: about 1 month ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

OthmaneAzzouzi/EV-Charging-Station-Reservation-System

This project is a C++ application that manages reservations for electric vehicle charging stations. The program uses AVL trees & Map trees to efficiently manage reservations for electric charging stations based on power, location, and time.

Language: C++ - Size: 22.5 KB - Last synced at: over 1 year ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0