An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with balanced-binary-search-trees

A curated list of projects in awesome lists tagged with balanced-binary-search-trees .

https://github.com/khaledashrafh/smart-social-networking

Social Networking is a smart social networking system that aims to compete with Facebook. It allows users to create profiles, add friends, search for other users, and get recommendations for new friends.

balanced-binary-search-trees bst facebook pointers social-network treap

Last synced: 02 Feb 2025

https://github.com/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.

avl-tree avl-tree-implementation avl-tree-implementations balanced-binary-search-trees cpp scratch-implementation tree-traversal

Last synced: 02 Feb 2025

https://github.com/mostafagalal1/dictionary

Java dictionary implemented using two types of balanced binary search trees: AVL and Red-Black trees handling basic operations such as searching, insertion, deletion, batch insertion and batch deletion of items with ability to investigate properties of tree structure.

balanced-binary-search-trees dictionary implementation java traversal

Last synced: 17 Mar 2025