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.
-
Updated
Dec 14, 2022 - Go
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.
This is a simple Go program that converts a general tree to a binary tree.
Add a description, image, and links to the generaltree topic page so that developers can more easily learn about it.
To associate your repository with the generaltree topic, visit your repo's landing page and select "manage topics."