RAA - graph/0.2

graph / 0.2

Short description: Graph theory library
Category: Library/Math
Status: beta
Created: 2004-11-13 08:50:03 GMT
Last update: 2004-11-27 05:35:43 GMT
Owner: Gimite (Projects of this owner)
Homepage: http://gimite.ddo.jp/gimite/rubymess/graph/index.en.html
Download: http://gimite.ddo.jp/gimite/rubymess/graph02.zip
License: PublicDomain
Dependency:
None
Description:

This is a graph theory library.

This provides graph structure classes and following graph algorithms.

  • Depth first search
  • Breadth first search
  • Dijkstra shortest paths
  • Warshall Floyd shortest paths
  • Maximum flow

Requires Ruby >= 1.8 (maybe)

2004/11/27 Ver.0.2

  • Add GraphAlgorithm#graphviz_format.
  • DirectedHashGraph and UndirectedHashGraph is now Marshalable.
  • English manual is available.
Versions: [0.2 (2004-11-27)] [0.1 (2004-11-13)]

Edit this project (for project owner)

back to RAA top