Skip to content

Commit

Permalink
Update 283-Move-Zeroes.js
Browse files Browse the repository at this point in the history
updating solution description.
aadil42 authored Dec 27, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 341ffc7 commit 5e3a2e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascript/283-Move-Zeroes.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Linear Time
* Time Complexity O(N) | Space Complexity O(N);
* Two Pointer
* Time O(N) | Space O(N)
* https://leetcode.com/problems/move-zeroes/
* @param {number[]} nums
* @return {void} Do not return anything, modify nums in-place instead.

0 comments on commit 5e3a2e4

Please sign in to comment.