Skip to content

Commit b7d946c

Browse files
committed
Runtime: 9 ms (Top 31.49%) | Memory: 6.6 MB (Top 98.16%)
1 parent 726ace2 commit b7d946c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/S/Second Largest Digit in a String/Second Largest Digit in a String.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 9 ms (Top 31.49%) | Memory: 6.6 MB (Top 98.16%)
12
class Solution {
23
public:
34
int secondHighest(string s) {
@@ -18,4 +19,4 @@ class Solution {
1819
}
1920
return res[1];
2021
}
21-
};
22+
};

0 commit comments

Comments
 (0)