138.Average of Levels in Binary Tree Description Given a non-empty binary tree, return the average value of the nodes on each level in the form of an array. From LeetCode