项目作者: michel94
项目描述 :
Some data structures (including trees).
高级语言: C++
项目地址: git://github.com/michel94/trees.git
Trees
Some data structures (including trees) implemented by me.
Currently, an AVL Tree, a Red-Black Tree, a SkipList and a Randomized Tree.
Programmed in C++. These data structures are supposed to be used like a STL Map.