Python icon indicating copy to clipboard operation
Python copied to clipboard

Add Splay Tree implementation #13760 [hacktoberfest]

Open gunjan-creates opened this issue 2 months ago • 0 comments

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.

gunjan-creates avatar Oct 31 '25 01:10 gunjan-creates