Skip to content

Commit 4cc12ba

Browse files
committed
Runtime: 0 ms (Top 100.00%) | Memory: 5.9 MB (Top 57.18%)
1 parent 5187e7d commit 4cc12ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/algorithms/C/Climbing Stairs/Climbing Stairs.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 0 ms (Top 100.00%) | Memory: 5.9 MB (Top 57.18%)
12

23
class Solution {
34
public:
@@ -12,4 +13,3 @@ class Solution {
1213
return res;
1314
}
1415
};
15-

0 commit comments

Comments
 (0)