Skip to content

Commit a4580f1

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 41.8 MB (Top 20.63%)
1 parent b5723b9 commit a4580f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/S/Second Minimum Node In a Binary Tree/Second Minimum Node In a Binary Tree.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 41.8 MB (Top 20.63%)
12
class Solution {
23
int ans = Integer.MAX_VALUE;
34
boolean x = true;
@@ -24,4 +25,4 @@ private void go(TreeNode root) {
2425
}
2526
}
2627
}
27-
}
28+
}

0 commit comments

Comments
 (0)