red-black-tree topic

List red-black-tree repositories

Algorithms

94
Stars
17
Forks
Watchers

Java implementation for Introduction to Algorithms book.

ygg

119
Stars
18
Forks
Watchers

An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!

lua-algorithms

64
Stars
14
Forks
Watchers

Lua algorithms library that covers commonly used data structures and algorithms

BokkyPooBahsRedBlackTreeLibrary

138
Stars
24
Forks
Watchers

BokkyPooBah's Red-Black Binary Search Tree Library

algorithms

37
Stars
14
Forks
Watchers

Popular algorithms on C#, data structures and solutions for Cracking the Code Interview

sweepline

19
Stars
4
Forks
Watchers

Fortune's algorithm for Voronoi diagram generating on the plane. Intended for runtime speed and careful handling of corner cases.

reventis

30
Stars
1
Forks
Watchers

Fast spatio-temporal system to index events.

treemap

55
Stars
7
Forks
Watchers

Generic sorted map for Go with red-black tree under the hood