NetworkX
2.3
Install
Tutorial
Reference
Introduction
Graph types
Algorithms
Functions
Graph generators
Atlas
Classic
Expanders
Lattice
Small
Random Graphs
Duplication Divergence
Degree Sequence
Random Clustered
Directed
Geometric
Line Graph
Ego Graph
Stochastic
Intersection
Social Networks
Community
Spectral
Trees
Non Isomorphic Trees
networkx.generators.nonisomorphic_trees.nonisomorphic_trees
networkx.generators.nonisomorphic_trees.number_of_nonisomorphic_trees
Triads
Joint Degree Sequence
Mycielski
Linear algebra
Converting to and from other data formats
Relabeling nodes
Reading and writing graphs
Drawing
Randomness
Exceptions
Utilities
Glossary
Developer Guide
Release Log
License
Credits
Citing
Bibliography
Examples
NetworkX
Docs
»
Reference
»
Graph generators
»
networkx.generators.nonisomorphic_trees.number_of_nonisomorphic_trees
networkx.generators.nonisomorphic_trees.number_of_nonisomorphic_trees
¶
number_of_nonisomorphic_trees
(
order
)
[source]
¶
Returns the number of nonisomorphic trees
Parameters:
order
(
int
) – order of the desired tree(s)
Returns:
length
Return type:
Number of nonisomorphic graphs for the given order
References