Skip to content

Commit f167737

Browse files
committed
Runtime: 3 ms (Top 69.08%) | Memory: 7 MB (Top 15.60%)
1 parent d72ff08 commit f167737

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/R/Rotated Digits/Rotated Digits.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 3 ms (Top 69.08%) | Memory: 7 MB (Top 15.60%)
12
class Solution
23
{
34
public:
@@ -26,4 +27,4 @@ class Solution
2627
}
2728
return dp[n];
2829
}
29-
};
30+
};

0 commit comments

Comments
 (0)