kolodny / exercises

Some basic javascript coding challenges and interview questions
4.23k stars 672 forks source link

improve example at memorize & added tests for invert tree #26

Closed danrevah closed 7 years ago

danrevah commented 9 years ago

Memorize: that way it's easier to understand it needs to memorize by the arguments. Invert tree: added tests for unbalanced tree, and tree with a bigger depth

danrevah commented 9 years ago

@kolodny I've also added to this pull request some useful tests for the invert tree let me know what you think.