News

In this article, we present the bubble sort and merge sort algorithms. We discuss the cycle counts of these algorithms on the Blackfin processor, and show how to reduce the cycle count of the bubble ...
Refactor #1: The classic bubble sort, with a functional twist The original Sort application show below is far from functional.