Binary Tree Level Order Traversal

#102
Medium
Binary Tree
O(n)
O(w)
Amazon
Microsoft
Facebook
LinkedIn
View on LeetCode

Problem Description

Given the root of a binary tree, return the level order traversal of its nodes' values.