0.6.0
- Add a
size
method that will return the number of nodes in the graph. - Add a
clone
method that will clone the graph. Any custom node data will only be shallow-copied. (Fixes #14)
size
method that will return the number of nodes in the graph.clone
method that will clone the graph. Any custom node data will only be shallow-copied. (Fixes #14)