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

https://github.com/maolonglong/llrb

🌴 LLRB-Tree provides a simple, ordered, in-memory data structure for Go programs
https://github.com/maolonglong/llrb

data-structure go red-black-tree

Last synced: about 2 months ago
JSON representation

🌴 LLRB-Tree provides a simple, ordered, in-memory data structure for Go programs

Awesome Lists containing this project

README

          

# LLRB-Tree implementation for Go

[![PkgGoDev](https://pkg.go.dev/badge/github.com/maolonglong/llrb)](https://pkg.go.dev/github.com/maolonglong/llrb)

This repository contains an implementation of a Left-Leaning Red-Black (LLRB) tree in Go. The LLRB tree is a self-balancing binary search tree that provides efficient operations for insertion, deletion, and search.

For more information and usage examples, please refer to the [GoDoc documentation](https://pkg.go.dev/github.com/maolonglong/llrb).