Skip to content

Commit 604ff84

Browse files
committed
Runtime: 9 ms (Top 7.20%) | Memory: 7.1 MB (Top 26.56%)
1 parent b2bb293 commit 604ff84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 9 ms (Top 7.20%) | Memory: 7.1 MB (Top 26.56%)
12
class Solution {
23
public:
34
int findSecondMinimumValue(TreeNode* root) {

0 commit comments

Comments
 (0)