Tree
199. Binary Tree Right Side View
Return the rightmost node of each level, top to bottom — what you'd see standing to the right of the tree. The subtle bit that trips people up: it's not the right spine. If a node's right child is…
Loading…
Return the rightmost node of each level, top to bottom — what you'd see standing to the right of the tree. The subtle bit that trips people up: it's not the right spine. If a node's right child is…
Loading…