oscarsiniscalchi/kata_binary_tree
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
== BinaryTree Just a simple code kata to keep mind agile. Still not 100% pleased with the result looking for ways of improving the find and add methods to avoid the nasty nested if statemets. Please comment if you have any suggestion. === TODO Add a delete method,