xennygrimmato / Data-Structures-and-Algorithms

A collection of some implementations of data structures and algorithms.
107 stars 92 forks source link

Splay Tree data structure in C++. #75

Open ezaznitd opened 4 years ago

ezaznitd commented 4 years ago

Splay tree is used to re-arrange store data after any query so that for next query searching time decrease.