//
pkg.gl
Category
github.com/andreasbriese/go-mining
tree
binary
package
0.1.0
Repository:
https://github.com/andreasbriese/go-mining.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
96 SLOC
#
Functions
NewBTNode
NewBTNode create new node for binary tree.
NewTree
NewTree will create new binary tree with empty root.
#
Structs
BTNode
BTNode is a data type for node in binary tree.
Tree
Tree is a abstract data type for tree with only two branch: left and right.