Move Zeroes

#283
Easy
Two Pointers
O(n)
O(1)
Amazon
Microsoft
Google
View on LeetCode

Problem Description

Given an integer array nums, move all 0's to the end of it while maintaining the relative order of the non-zero elements.