In this repository I'm doing a basic implementation of a red-black tree in several languages. This a personal spare time task that I'm thinking to do through the time because I'm interested in implementing it with several programming languages that I've been hacking around or just only reading documentation to be able to have a comparison between those, do something with those that I haven't doing anything so far.
You can find the reasons about why a red-black tree data structure in this blog post.
Mainly MIT, however this repository include third party libraries or implementations which may be under another type of open license, read LICENSE file for more information.