leetcode637专题

LeetCode637. Average of Levels in Binary Tree

文章目录 一、题目二、题解 一、题目 Given the root of a binary tree, return the average value of the nodes on each level in the form of an array. Answers within 10-5 of the actual answer will be accepted. E