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

https://github.com/alldroll/rbtree

Red–black tree
https://github.com/alldroll/rbtree

data-structures go red-black-tree

Last synced: 2 months ago
JSON representation

Red–black tree

Awesome Lists containing this project

README

          

# Red–Black tree implementation for Go

[![Build Status](https://travis-ci.com/alldroll/rbtree.svg?token=b8SvXw1UYevFJyi7Pxqp&branch=main)](https://travis-ci.com/alldroll/rbtree)

This package provides a Red-Black tree implementation for Go.

See https://pkg.go.dev/github.com/alldroll/rbtree for the documentation.