We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341ffc7 commit 5e3a2e4Copy full SHA for 5e3a2e4
javascript/283-Move-Zeroes.js
@@ -1,6 +1,6 @@
1
/**
2
- * Linear Time
3
- * Time Complexity O(N) | Space Complexity O(N);
+ * Two Pointer
+ * Time O(N) | Space O(N)
4
* https://leetcode.com/problems/move-zeroes/
5
* @param {number[]} nums
6
* @return {void} Do not return anything, modify nums in-place instead.
0 commit comments