//
pkg.gl
Category
github.com/janreggie/aoc
aoc2018
binarytree
package
0.0.0-20230826031213-3a8fa55f0bc8
Repository:
https://github.com/janreggie/aoc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
0
Files
158 SLOC
#
Functions
NewBinaryTree
NewBinaryTree returns an empty binary tree.
#
Structs
BinaryTree
BinaryTree is an implementation of a binary tree.