Coders Packet

Packets submitted by Sujoy Datta

Python program to push zeroes to the end of an array

An algorithm that takes an array and moves all of the zeros to the end, preserving the order of the other elements. This is a stable technique.