Isotree
An Algorithm for Finding All Non-Isomorphic Trees of a Given Size.
By Thiago Felipe Bastos da Silva
After using the Prüfer code in my Scientific Initiation project to find all non-isomorphic trees of a given size, I came up with an idea to improve this algorithm, since it was slow and I could not generate the trees-or even count them for larger values of n. Therefore, I...
[Read More]