We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb265ea commit fd5cb40Copy full SHA for fd5cb40
scripts/algorithms/W/Wiggle Sort II/Wiggle Sort II.java
@@ -1,3 +1,4 @@
1
+// Runtime: 7 ms (Top 77.52%) | Memory: 56 MB (Top 40.18%)
2
class Solution {
3
public void wiggleSort(int[] nums) {
4
int a[]=nums.clone();
0 commit comments