Introduction
Let's take a look at what we'll learn about parallel algorithms in this section.
We'll cover the following...
In the Parallel Algorithms chapter we learned how to speed up code by running it automatically on multiple threads. That chapter showed a few smaller ...