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 Splay Trees #562

Closed Kishan-Ved closed 4 days ago

Kishan-Ved commented 1 week ago

Related to: Google Summer of Code 2024, Kishan Ved

Objective

Add a C++ backend for Splay Trees class.

Related issue: #550

Kishan-Ved commented 5 days ago

I have made the mentioned changes.