// This array fails to be sorted by the Comb Sort found on Wikipedia.com // https://en.wikipedia.org/wiki/Comb_sort [ 'a', 'b', 'd', 'c', 'h', 'z', 'a', 'y', 'w', 'm' ]