QUIZ: LC_W08
◀ BACK WEEK 8
6 QUESTIONS
Q1 1 / 6 medium
Binary Tree Level Order Traversal

Given the root of a binary tree, return the level order traversal as a list of lists (each inner list contains node values at that depth).

What is the key data structure or technique required?