We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91908ba commit e1fc698Copy full SHA for e1fc698
scripts/algorithms/R/Remove K Digits/Remove K Digits.cpp
@@ -1,4 +1,6 @@
1
- // 😉😉😉😉Please upvote if it helps 😉😉😉😉
+// Runtime: 7 ms (Top 94.36%) | Memory: 9.20 MB (Top 53.65%)
2
+
3
+// 😉😉😉😉Please upvote if it helps 😉😉😉😉
4
class Solution {
5
public:
6
string removeKdigits(string num, int k) {
0 commit comments