Hacker News new | ask | show | jobs
by portLAN 6853 days ago
http://www.stanford.edu/~blp/avl/

    * Binary search trees
    * AVL trees
    * Red-black trees
1 comments

Oh. This is a library under straight GPL. You can't use it in non-GPL code. No wonder I hadn't heard of it before.

Thanks for the pointer, it's neat. I really like how my approach turned out; the STLport red-black tree is well done. Backporting it to C only took a couple hours.