An open API service indexing awesome lists of open source software.

https://github.com/basemax/generaltreego

Implentation of a general tree in Go Programming Language. A general tree is a tree data structure in which each node can have an arbitrary number of children. We are storing children in an array.
https://github.com/basemax/generaltreego

algorithm algorithms algorithms-and-data-structures algorithms-datastructures data-structure datastructure ds general-tree generaltree go golang tree tree-search tree-structure tree-structured

Last synced: 5 months ago
JSON representation

Implentation of a general tree in Go Programming Language. A general tree is a tree data structure in which each node can have an arbitrary number of children. We are storing children in an array.

Awesome Lists containing this project