nonisomorphic_trees#

nonisomorphic_trees(order, create='graph')[source]#

Returns a list of nonisomorphic trees

Parameters:
orderint

order of the desired tree(s)

creategraph or matrix (default=”Graph)

If graph is selected a list of trees will be returned, if matrix is selected a list of adjacency matrix will be returned

Returns:
GList of NetworkX Graphs
MList of Adjacency matrices