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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
-
Very dirty code! There are many issues and violations of standards of C++ language.