package
0.1.0
Repository: https://github.com/andreasbriese/go-mining.git
Documentation: pkg.go.dev

# Functions

NewBTNode create new node for binary tree.
NewTree will create new binary tree with empty root.

# Structs

BTNode is a data type for node in binary tree.
Tree is a abstract data type for tree with only two branch: left and right.