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.
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.