Sorting Algorithms

Sorting lists of items into order is an important problem in computer science. What most people don’t realise is that there are many possible ways to do this. Big O Notation But before we look at individual algorithms, I need to explain big O notation. Big O notation is a measure of the efficiency or … Continue reading Sorting Algorithms