BaseMax / CompleteTreeLinkedListGo

This is a Go program for creating a complete tree using linked list. You can easily insert nodes to the tree and print it. This library provide two inserting functions. One of them is for inserting nodes to the tree by filling the tree from left to right in per row. and the next one is to insert to left side of the tree.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BaseMax/CompleteTreeLinkedListGo Stargazers