An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

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