Bead Sort | A Natural Sorting Algorithm
Also known as Gravity sort, this algorithm was inspired by natural phenomena and was designed keeping in mind objects(or beads) falling under the influence of gravity. The Idea: Positive numbers are represented by a set of beads like those on an abacus. Sorting of {7, 2, 1, 4, 2} using Bead Sort. Be