Skip to content

michel94/trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages