alignment of trees in Java

时间:2018-02-03 07:49:28

标签: java tree alignment

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?

1 个答案:

答案 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