mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-08 08:50:15 +08:00
refactor: 0102.二叉树的层序遍历.md
This commit is contained in:
@ -1142,7 +1142,7 @@ impl Solution {
|
|||||||
|
|
||||||
### 思路
|
### 思路
|
||||||
|
|
||||||
本题就是层序遍历的时候把一层求个总和在取一个均值。
|
本题就是层序遍历的时候把一层求个总和再取一个均值。
|
||||||
|
|
||||||
C++代码:
|
C++代码:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user