Skip to content

Commit 5e3a2e4

Browse files
authored
Update 283-Move-Zeroes.js
updating solution description.
1 parent 341ffc7 commit 5e3a2e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javascript/283-Move-Zeroes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* Linear Time
3-
* Time Complexity O(N) | Space Complexity O(N);
2+
* Two Pointer
3+
* Time O(N) | Space O(N)
44
* https://leetcode.com/problems/move-zeroes/
55
* @param {number[]} nums
66
* @return {void} Do not return anything, modify nums in-place instead.

0 commit comments

Comments
 (0)