Grokking the Coding Interview: Patterns for Coding Questions
Ask Author
Back to course home

0% completed

Vote For New Content
Bruno Ely
Incorrect sentence "for every other level, we will traverse similar to Reverse Level Order Traversal"

Bruno Ely

Jan 22, 2024

In the Reverse Level Order Traversal problem, we still printed each level left-to-right. It only changed the top-to-bottom order to bottom-to-top.

0

0

Comments
Comments