5 ms·
In case anyone needs them, I wrote up Okasaki red-black trees for Scala: http://matt.might.net/articles/implementation-of-immutable-purely-functional-okasaki-r
by fadmmatt 17y ago
In case anyone needs them, I wrote up Okasaki red-black trees for Scala:
http://matt.might.net/articles/implementation-of-immutable-purely-functional-okasaki-red-black-tree-maps-in-scala/ http://matt.might.net/articles/implementation-of-immutable-p...
- kapuzineralex 17y agoWell, thanks, I was just about to take Okasaki's paper and see what an implementation in Scala would look like.