Open Manikant25 opened 3 years ago
Can I do this?
I'm on it.
Yes, go ahead! @Khushbu2411
Can i do that
remote: Permission to DSCSRMNCR/DSA-Code-Snippet.git denied to Khushbu2411. fatal: unable to access 'https://github.com/DSCSRMNCR/DSA-Code-Snippet.git/': The requested URL returned error: 403
First, fork the repo. And read the readme for more intructions.
Given an array like
[15, 12, 0, 0, 0, 2, 2, 19, 6, 17, 16, 20, 0, 2 ,16, 0 ,10 ,0 ,14, 15]
. Move all zeroes to endOutput - 15 12 2 2 19 6 17 16 20 2 16 10 14 15 0 0 0 0 0 0