DIY: Binary Tree Level Order Traversal
We'll cover the following...
Problem statement
Given a binary tree, populate an array to represent its level-by-level traversal. You should populate the values of each levels’ nodes from left to right in separate sublists.
Input
The input will be a binary tree, and you will be provided with its root node. The following is an example input:
...Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy