# Splay Tree
#algorithm
Splay tree is a balanced search tree that it splays the just touched node.
* [Splay Tree](https://www.dropbox.com/s/6rpj6u973xi44ud/CS166%20-%20Splay%20Trees.pdf?dl=0)
* [CS166: Data Structures](http://web.stanford.edu/class/cs166/)