RubyGems Navigation menu

networkr 0.0.2

Networkr is a Ruby gem inspired by the Python package NetworkX. It includes basic functionality for the creation, manipulation, and analysis of graphs. Graphs supported include undirected single-edge graphs (weighted or unweighted), directed single-edge graphs (weighted or unweighted), and undirected multi-edge graphs (weighted or unweighted). Algorithms available include Dijkstra's shortest paths, Karger's minimum cut, Kosaraju's strongly connected components, and Prim's minimum spanning tree.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.0.2 - July 25, 2016 (89KB)
  2. 0.0.1 - July 24, 2016 (11.5KB)

Development依存関係 (3):

bundler ~> 1.12
rake ~> 10.0
rspec ~> 3.0

所有者:

作者:

  • Yi-Ke Peng

SHA 256チェックサム:

56df3db80379c18051b37bc12573f65f44691e8155854a19d2e69bb25fc0e4dd

累計ダウンロード数 6,189

このバージョンのみ 3,469

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: