News

We’ve refactored the original Sort application with a few functional programming features. Now we’re ready to write a completely functional Sort application.
Sorting and searching are two of the most frequently needed tasks in program design. Common algorithms have evolved to take account of this need, such as linear search, binary search, bubble sort ...