go-binarytree
A simple implementation of Binary Trees in Go.
Installation
Install go-binarytree
by executing the following command.
go get -v gopkg.in/dnaeon/go-binarytree.v1
Usage
See the included test cases for some examples.
Tests
Run the tests.
make test
License
go-binarytree
is Open Source and licensed under the BSD License.