Skip to content
Snippets Groups Projects

Fails the Comb Sort

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Joel Trauger
    Edited
    snippetfile1.txt 169 B
    // 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' ]
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment