Skip to content

Commit e1fc698

Browse files
committed
Runtime: 7 ms (Top 94.36%) | Memory: 9.20 MB (Top 53.65%)
1 parent 91908ba commit e1fc698

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/algorithms/R/Remove K Digits/Remove K Digits.cpp

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
// 😉😉😉😉Please upvote if it helps 😉😉😉😉
1+
// Runtime: 7 ms (Top 94.36%) | Memory: 9.20 MB (Top 53.65%)
2+
3+
// 😉😉😉😉Please upvote if it helps 😉😉😉😉
24
class Solution {
35
public:
46
string removeKdigits(string num, int k) {

0 commit comments

Comments
 (0)