Skip to content

irbis/java-trees-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Different types of tree written on Java5 with generics. Classes use C++ approach
to organize classes hierarchy. Generics uses not only to store type of data of
tree, but to select and specify tree operations: put data, tree traversers, etc.

About

Different algorithms to represent and manage trees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages