Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natefinch/avl
https://github.com/natefinch/avl
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/natefinch/avl
- Owner: natefinch
- License: mit
- Created: 2017-01-20T20:51:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T04:06:49.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T08:17:36.571Z (5 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AVL [![Build Status](https://travis-ci.org/natefinch/avl.svg?branch=master)](https://travis-ci.org/natefinch/avl) [![GoDoc](https://godoc.org/github.com/natefinch/avl?status.svg)](https://godoc.org/github.com/natefinch/avl) [![Go Report Card](https://goreportcard.com/badge/github.com/natefinch/avl)](https://goreportcard.com/report/github.com/natefinch/avl)
AVL contains a go implementation of an [AVL tree](https://en.wikipedia.org/wiki/AVL_tree) that stores []byte values.
It is production-quality code, but currently not in use in production.