General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
LaurieWired
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Asuka Roasts Your Sorting Algorithms" video.
This is pretty funny. Obviously you didn't include C in the list of languages because it would've trounced everything else. Although, I do wonder why you'd include a singular point test in the loop to print the entire array. Just print each number with a space before it and be done. If you don't like unnecessary spaces, then print the first alone, then loop on 1-N.
2