Loading problem…
You're building a tree visualization component that needs to display nodes level by level.
Given the root of a binary tree, return the level order traversal of its nodes' values (from left to right, level by level).
Example 1:
Example 2:
Example 3: