Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 763 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 763 Bytes

binarytree

Build Status Coverage Status GoDoc

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 for details.