An open API service indexing awesome lists of open source software.

https://github.com/leiless/jw_rbtree

Red-black tree implementation based on Julienne Walker's solution
https://github.com/leiless/jw_rbtree

Last synced: about 1 year ago
JSON representation

Red-black tree implementation based on Julienne Walker's solution

Awesome Lists containing this project

README

          

Red-black tree implementation based on Julienne Walker's solution

TODO
* refactor file names(prefix jw_)
* give a simple usage example in README
* write a reasonable Makefile