https://github.com/tomdionysus/binarytree
Binary tree in golang
https://github.com/tomdionysus/binarytree
Last synced: 2 months ago
JSON representation
Binary tree in golang
- Host: GitHub
- URL: https://github.com/tomdionysus/binarytree
- Owner: tomdionysus
- License: mit
- Created: 2015-11-29T08:19:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-10T22:03:45.000Z (about 7 years ago)
- Last Synced: 2024-09-23T09:04:20.415Z (10 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# binarytree
[](https://travis-ci.org/tomdionysus/binarytree)
[](https://coveralls.io/github/tomdionysus/binarytree?branch=master)
[](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.