GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
-
Updated
Aug 18, 2024 - Go
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Generic sorted map for Go with red-black tree under the hood
The go-set package provides generic Set implementations for Go, including HashSet for types with a Hash() function and TreeSet for orderable data
Orderbook implementation in go with red black tree
GoDS-Generic (Go Generic Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Generic data structure using parameterized types in Golang.
Implementation of data structures in GO.
consistent hashing paper implementation using Red Black tree
🌲Map implement: Black-Red Tree, AVL Tree
Typesafe Go Data Structure with generics, rich interfaces, functional transformation, and more...
Red-Black Tree Implementation
Basic data structures and operations written in Go, such as trie, bloom filter union&find etc.
🌴 LLRB-Tree provides a simple, ordered, in-memory data structure for Go programs
Package rbtree provides a red-black tree implementation.
Red/Black tree on-disk implementation with go
Add a description, image, and links to the red-black-tree topic page so that developers can more easily learn about it.
To associate your repository with the red-black-tree topic, visit your repo's landing page and select "manage topics."