Red black tree sort: Difference between revisions

Content added Content deleted
(Realize in F#)
(problems)
Line 8: Line 8:


You may use an implementation at [[Algebraic data types]] as a starting point, if you find that helpful.
You may use an implementation at [[Algebraic data types]] as a starting point, if you find that helpful.

Please verify the integrity of the red-black tree after every insert and after every delete.