RubyGems Navigation menu

union_find 0.0.2

Union Find is an algorithm that uses a disjoint-set data structure. It allows us to efficiently connect any items of a given list and to efficiently check whether two items of this list are connected (any degree of separation) or not.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.0.2 - July 04, 2014 (9.5 KB)
  2. 0.0.1 - June 29, 2014 (9.0 KB)

Development 相依性套件 (3):

bundler ~> 1.6
rake >= 0
rspec >= 0

擁有者:

作者:

  • Michael Imstepf

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 6,047

這個版本 3,718

授權:

MIT

Ruby 版本需求: >= 0

相關連結: