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
- Host: GitHub
- URL: https://github.com/alldroll/rbtree
- Owner: alldroll
- License: apache-2.0
- Created: 2020-10-26T13:57:33.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-26T15:55:28.000Z (over 5 years ago)
- Last Synced: 2023-08-06T20:25:02.054Z (over 2 years ago)
- Topics: data-structures, go, red-black-tree
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Red–Black tree implementation for Go
[](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.