Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mununki/res-rbtrees
Red-Black Trees for ReScript
https://github.com/mununki/res-rbtrees
Last synced: 10 days ago
JSON representation
Red-Black Trees for ReScript
- Host: GitHub
- URL: https://github.com/mununki/res-rbtrees
- Owner: mununki
- Created: 2022-04-07T12:41:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-07T16:11:11.000Z (over 2 years ago)
- Last Synced: 2024-04-24T03:22:05.604Z (8 months ago)
- Language: ReScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Red-Black Trees for ReScript
This is an implementation of Red-Black Trees for ReScript. This implementation is a rewriting of [OCaml implementation](https://github.com/bmeurer/ocaml-rbtrees)