摘要: 637: 二叉树的层平均值 给定一个非空二叉树,返回一个由每层节点平均值组成的数组; https://leetcode-cn.com/problems/average-of-levels-in-binary-tree/ class Solution(object): def averageOfLev 阅读全文
posted @ 2019-03-10 16:08 Qian1996 阅读(132) 评论(0) 推荐(0) 编辑