Challenge:fastest sorting algoritham... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Challenge:fastest sorting algoritham...

16th Dec 2017, 4:56 PM
Prabhanu Gunaweera
Prabhanu Gunaweera - avatar
2 Answers
+ 7
✓✓easy way ✓✓with iteration counter ✓✓running time of algorithms ✓✓please check this once https://code.sololearn.com/cY7SC8lmidwy/?ref=app
7th Feb 2018, 6:03 PM
ASIF BILAKHIYA
ASIF BILAKHIYA - avatar
+ 5
that's already been solved. the fastest is bogosort, if you're really really lucky. It randomizes the list, meaning it's possible to sort it on it's first try. but uh, good luck winning the lottery. on a serious note, the best sorting algorithm depends on the task you need to be done.
16th Dec 2017, 7:01 PM
Ahri Fox
Ahri Fox - avatar