codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 270 forks source link

C++ backend for AVL Trees #564

Open Kishan-Ved opened 2 days ago

Kishan-Ved commented 2 days ago

Related to: Google Summer of Code 2024, Kishan Ved

Objective

Add a C++ backend for AVL Trees class.

Related issue: https://github.com/codezonediitj/pydatastructs/issues/550