# README
splaytree
This is a simple Golang implementation of Splay trees. I've mainly created this package to ensure that I understand how Splay trees work and will be able to implement them correctly in other projects.
# Interfaces
Value is an abstract comparable type of value.