I'm looking for any implementation of a Tree data structure for Java and any implementation of alignment of trees.
Anyone knows what implementations exist or have any other idea to achieve this?
答案 0 :(得分:0)
You can start with binary tree. This is little complex if you have not tried this implementation earlier and if you are relatively new to Java.
You can start here: http://javarevisited.blogspot.in/2015/10/how-to-implement-binary-search-tree-in-java-example.html