Skip to content

Ozoniuss/tree

Repository files navigation

Red Black Tree

This implements a Red Black Tree in Golang, which is the data structure used to implement unordered_set and unordered_multiset in C++. This is still a work in progress.

Based on the specification from this book

About

Red Black Tree implementation in Golang.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages