proxy.golang.org : github.com/sevagh/k-ary-tree : v0.0.0-20200623025353-450f649eaf5e
Package karytree implements a recursive k-ary tree data structure. The children of the tree is a slice of Node pointers. The slice of children is originally uninitialized, but is filled with k nils when any one child is set. The tree also stores the value of k. The caller is responsible for in-range indexing (e.g. don't set a 5th child of a k=3 node).
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/sevagh/k-ary-tree@v0.0.0-20200623025353-450f649eaf5e
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/flyingmutant/rapid v0.0.0-20190904072629-5761511f78c8
- github.com/google/gofuzz v1.0.0