Skip to content
/ Tree Public

A generic code of Tree implement of Java,including RedBlackTree,AVLTree and AATree,which can solve structral treatment of plenty of data.

Notifications You must be signed in to change notification settings

Isahhx/Tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Tree

A generic code of Tree implement of Java,including RedBlackTree,AVLTree and AATree,which can solve structral treatment of plenty of data. In these three structures of binary-tree,I think red-black-tree has the best performance. You can just put it into your project and use it as a composition.The code is clear and simple.

About

A generic code of Tree implement of Java,including RedBlackTree,AVLTree and AATree,which can solve structral treatment of plenty of data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages