tsoding / algotsoding

Classical algorithms in Java for AlgoTsoding stream
https://www.twitch.tv/tsoding
5 stars 0 forks source link

Splay-tree #10

Open ForNeVeR opened 8 years ago

ForNeVeR commented 8 years ago

There's just another tree called splay tree with some interesting characteristics — e.g. it tries to adapt to more frequent queries to serve they faster. I recommend you to take a look!

rexim commented 8 years ago

@ForNeVeR thanks! I will! :)