Repository navigation

#

generaltree

A simple Shell implemented in Java using a Linked-Tree structure

Java
1
6 年前

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.

Go
0
3 年前

This is a simple Go program that converts a general tree to a binary tree.

Go
0
3 年前