How to sort a list of numbers? There are plenty of ways, some are better than others. See by yourself which one is the best. Play with different sorting algorithms to see how they work! Choose their speed and notice how a few lines of code can make a dramatical difference in speed. Compare their asymptotic complexity to deduct their potential performance.