Weekly Programming Challenge #1
Jamis Buck
249
Ran out of time trying to implement a self-balancing tree :/ So added a ‘normalize’ function that will balance the tree (and remove any nodes marked as deleted) on demand instead.
I guess that’s somewhere in between “normal” and “hard”, eh? :-)
(https://github.com/metamorph/weekly-challenge-binary-trees)