proxy.golang.org : github.com/sevagh/k-ary-tree : v0.0.0-20230804211919-c2319a776731
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/[email protected]
Published:
Indexed:
Loading...
Readme
Loading...
Dependencies
- github.com/aclements/go-moremath v0.0.0-20210112150236-f10218a38794
- github.com/flyingmutant/rapid v0.0.0-20190904072629-5761511f78c8
- github.com/google/gofuzz v1.0.0
- golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
- golang.org/x/perf v0.0.0-20230717203022-1ba3a21238c9
- golang.org/x/tools v0.11.1