+ 5
Challenge:fastest sorting algoritham...
2 Antworten
+ 7
✓✓easy way
✓✓with iteration counter
✓✓running time of algorithms
✓✓please check this once
https://code.sololearn.com/cY7SC8lmidwy/?ref=app
+ 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.