Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 233 Bytes

PrintBinaryTreeWithRecursion.md

File metadata and controls

4 lines (3 loc) · 233 Bytes

Print Binary Tree With Recursion

We have a binary tree r. We would like to see the values of r printed out, line-by-line. (If you imagine your filesystem as a tree (which it sort of is...), this is implementing the command "ls".)