Python
Python copied to clipboard
Add Splay Tree implementation #13760 [hacktoberfest]
This PR adds Splay Tree implementation for issue #13760. Marking for Hacktoberfest participation.
Splay Tree Implementation
Added Splay Tree (Self Adjusting BST) algorithm in tree/ directory. Solves issue #13760.
For Maintainers:
This PR is created during Hacktoberfest 2025. Please add the hacktoberfest-accepted label to help this contribution count for Hacktoberfest.