Help language development. Donate to The Perl Foundation

Algorithm::SetUnion cpan:TITSUKI last updated on 2018-08-06

META6.json
{
  "auth" : "titsuki",
  "authors" : [
    "titsuki"
  ],
  "build-depends" : [ ],
  "depends" : [ ],
  "description" : "a perl6 implementation for solving the disjoint set union problem (a.k.a. Union-Find Tree)",
  "license" : "Artistic-2.0",
  "name" : "Algorithm::SetUnion",
  "perl" : "6.c",
  "provides" : {
    "Algorithm::SetUnion" : "lib/Algorithm/SetUnion.pm6",
    "Algorithm::SetUnion::Node" : "lib/Algorithm/SetUnion/Node.pm6"
  },
  "resources" : [ ],
  "source-url" : "git://github.com/titsuki/p6-Algorithm-SetUnion.git",
  "tags" : [ ],
  "test-depends" : [ ],
  "version" : "0.0.1"
}