graph_layout 0.1.1
graph_layout: ^0.1.1 copied to clipboard
A package providing graph layout algorithms and related data structures.
Next #
0.1.0 #
- Add basic data structures:
Node,IntegerNode,Edge(undirected),Graph. - Add basic typedefs:
AdjacencyList,EdgeList,NodeLayout. - Add abstract class
StaticLayoutAlgorithm, which represents a generic static layout algorithm. - Add abstract class
InteractiveLayoutAlgorithm, which represents a generic interactive layout algorithm. - Add interactive, force directed algorithm
Eades, with support for constrained nodes. - Add static, force directed algorithm
FruchtermanReingold.