shivangdubey / HacktoberFest2020

Repository to let enthusiasts create issues and pull requests for the Open Source event
MIT License
34 stars 275 forks source link

array shifting CP #446

Closed vvksharrma closed 4 years ago

vvksharrma commented 4 years ago

Given an integer array, move all elements that are 0 to the left while maintaining the order of other elements in the array. The array has to be modified in-place.