Skip to content

Commit 216d33e

Browse files
refactor 515
1 parent 7d9069a commit 216d33e

File tree

1 file changed

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

1 file changed

+0
-16
lines changed

src/main/java/com/fishercoder/solutions/_515.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,6 @@
77
import java.util.List;
88
import java.util.Queue;
99

10-
/**
11-
* 515. Find Largest Value in Each Tree Row
12-
*
13-
* You need to find the largest value in each row of a binary tree.
14-
15-
Example:
16-
Input:
17-
18-
1
19-
/ \
20-
3 2
21-
/ \ \
22-
5 3 9
23-
24-
Output: [1, 3, 9]
25-
*/
2610
public class _515 {
2711

2812
public static class Solution1 {

0 commit comments

Comments
 (0)