Skip to content

Commit 128ecce

Browse files
refactor 623
1 parent b98419a commit 128ecce

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
public class _623 {
66

77
public static class Solution1 {
8-
98
public TreeNode addOneRow(TreeNode root, int v, int d) {
109
if (d == 1) {
1110
TreeNode newRoot = new TreeNode(v);

0 commit comments

Comments
 (0)