This is a C++ AVL implementation with complexity guarantees.
Provides such useful methods as:
- Finding the closest element of a given item
- Performing 1 dimensional range queries, and
- Merging different trees together.
Categories
Object OrientedLicense
Public DomainFollow Standard AVL C++
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Very dirty code! There are many issues and violations of standards of C++ language.