Practice Problem
Average of Levels in Binary Tree
Difficulty: Medium
Given the root of a binary tree, return the average value of the nodes on each level as an array.
Practice Problem
Difficulty: Medium
Given the root of a binary tree, return the average value of the nodes on each level as an array.