Sometimes when writing firmware for embedded systems we have to sort lists of numbers or text into numerical or lexical order. To do this we use some kind of sorting algorithm. There are literally dozens of algorithms and variations to choose from, and a whole branch of computer science is devoted to developing new ones […]
The post Simple Sorting Algorithms appeared first on Circuit Cellar.