Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tomdionysus/binarytree

Binary tree in golang
https://github.com/tomdionysus/binarytree

Last synced: about 2 months ago
JSON representation

Binary tree in golang

Awesome Lists containing this project

README

        

# binarytree

[![Build Status](https://travis-ci.org/tomdionysus/binarytree.svg?branch=master)](https://travis-ci.org/tomdionysus/binarytree)
[![Coverage Status](https://coveralls.io/repos/tomdionysus/binarytree/badge.svg?branch=master&service=github)](https://coveralls.io/github/tomdionysus/binarytree?branch=master)
[![GoDoc](https://godoc.org/github.com/tomdionysus/binarytree?status.svg)](https://godoc.org/github.com/tomdionysus/binarytree)

A binary tree implementation in golang. This package is intended for use when low level control is required over an internal map-like datastructure:

* Ordered Maps
* Next/Previous
* Range Queries

## License

The package is open source under the MIT license. Please see the [License File](LICENSE.md) for details.