We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d648798 commit cc479fbCopy full SHA for cc479fb
scripts/algorithms/S/Shuffle the Array/Shuffle the Array.cpp
@@ -1,3 +1,4 @@
1
+// Runtime: 7 ms (Top 74.55%) | Memory: 9.6 MB (Top 96.76%)
2
class Solution {
3
public:
4
vector<int> shuffle(vector<int>& nums, int n) {
@@ -10,4 +11,4 @@ class Solution {
10
11
}
12
return ans;
13
-};
14
+};
0 commit comments