AlgoUniversity
  • Go Back
Discussion
Move Zeroes To End :

Author

Manas

Difficulty Level : Medium

Submissions : 468

Asked In : wipro

Marks :10

: 8 | : 0

Given an array of n elements containing zero and non zero elements. Output and array with all the zero's moved to the end while maintaining the relative ordering of the non zero elements.

Input

The first line contains and integer n representing the number of elements in the array. The next line contains n space separated integers which denote the elements of the array

Output

Output n space separated integers which have all the zeros moved to the end while maintaining the relative ordering of the other elements.

Example

Input
7
12 0 5 0 34 3 0
Output
12 5 34 3 0 0 0 

You need to login to view your submissions.

You need to login to view all submissions.

Loading...

Result : Executed

Loading...

Feel something is wrong with the test cases?

Result : Accepted

Test Cases :

You need to Log In
We're glad that you want to attempt this problem!

But to Run or Submit the Problem, you need to Log In.

Continue to Log In
Challenge Submitted!

Your challenge has been submitted successfully.

You will get a response soon via WhatsApp or Email.

Challenge
Facing issue while trying to solve the problem! Don't worry, we got you covered!

Do let us know your issue.

Looks good!
Please enter your issue / feedback.

How do we get in touch with you?
Looks good!
Please enter your phone no.
Looks good!
Please enter your email address.