Skip to content

Commit 66f111d

Browse files
update 637
1 parent 5e9ced9 commit 66f111d

File tree

1 file changed

+0
-1
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-1
lines changed

Diff for: src/main/java/com/fishercoder/solutions/_637.java

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import java.util.Queue;
99

1010
public class _637 {
11-
1211
public static class Solution1 {
1312
public List<Double> averageOfLevels(TreeNode root) {
1413
List<Double> result = new ArrayList<>();

0 commit comments

Comments
 (0)