Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 249 Bytes

File metadata and controls

9 lines (5 loc) · 249 Bytes

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