an example for counting non-isomorphic trees : there exists 6 non-isomorphic trees on 6 vertexes and there exists 11 non-isomorphic trees on 7 vertexes and there exists 23 non-isomorphic trees on 8 vertexes and so on. I find an approach that based on Product and Sum principles for counting non-isomorphic trees. But I don't know that is it approach have polynomial time and is it approach new ... .In my approach, be considered the longest path of tree and do all computations. I writ a program with mathematica software, but long runs out.

http://mathworld.wolfram.com/Tree.html

http://oeis.org/A000055

Similar questions and discussions