Algorithms: What is the fastest way to sort 1,280 books?

Computers sort information all the time. If everything is in order, whether descending or ascending, then it is easier to find something. Think of your email application sorting messages by date or a search engine sorting websites to give you the best results. Computer scientists have devised many algorithms, from simple to complex, for sorting an array (or list) of values.