You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @Nikhil-2002, I would like to contribute a Java example for Hacktoberfest 2025 that moves all zeros in an integer array to the end while keeping the relative order of non-zero elements. The solution will modify the array in-place without using extra space. Please let me know if I can proceed.