Skip to content

Commit cc479fb

Browse files
committed
Runtime: 7 ms (Top 74.55%) | Memory: 9.6 MB (Top 96.76%)
1 parent d648798 commit cc479fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/algorithms/S/Shuffle the Array/Shuffle the Array.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// Runtime: 7 ms (Top 74.55%) | Memory: 9.6 MB (Top 96.76%)
12
class Solution {
23
public:
34
vector<int> shuffle(vector<int>& nums, int n) {
@@ -10,4 +11,4 @@ class Solution {
1011
}
1112
return ans;
1213
}
13-
};
14+
};

0 commit comments

Comments
 (0)