codezonediitj / pydatastructs

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

C++ backend for Splay Trees #562

Closed Kishan-Ved closed 5 months ago

Kishan-Ved commented 5 months 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 months ago

I have made the mentioned changes.