Skip to content
#

self-balancing-trees

Here are 21 public repositories matching this topic...

A complete, self-balancing AVL tree implementation in C++ with O(log n) time complexity for all major operations. Features include automatic rebalancing through rotations, generic key-value storage, and full memory management with copy constructor and assignment operator. Includes example usage and easy integration options for your projects.

  • Updated Dec 8, 2025
  • C++

Improve this page

Add a description, image, and links to the self-balancing-trees topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the self-balancing-trees topic, visit your repo's landing page and select "manage topics."

Learn more