Generic tree implementation in Java

后端 未结 10 1238
甜味超标
甜味超标 2020-12-28 12:29

Is anyone aware of a generic tree (nodes may have multiple children) implementation for Java? It should come from a well trusted source and must be fully tested.

10条回答
  •  隐瞒了意图╮
    2020-12-28 13:25

    I found an implementation of a Generic Tree (with tests) here:

    http://vivin.net/2010/01/30/generic-n-ary-tree-in-java/

    I think this is what you are looking for.

提交回复
热议问题