Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/natefinch/avl


https://github.com/natefinch/avl

Last synced: 28 days ago
JSON representation

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.