Skip to content

v0.1.6

Compare
Choose a tag to compare
@formularin formularin released this 04 Sep 14:19
· 40 commits to master since this release

Cygraph v0.1.6 Release Notes

New Features

  • DynamicGraph and StaticGraph classes.
  • Graph theory algorithm implementations
    • Connected components and strongly connected components
    • Articulation points
    • Dijkstra's shortest path
    • Karger's algorithm