From the course: Parallel and Concurrent Programming with C++ Part 2

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Welcome to the challenges!

Welcome to the challenges! - C++ Tutorial

From the course: Parallel and Concurrent Programming with C++ Part 2

Start my 1-month free trial

Welcome to the challenges!

- All right, folks. You've seen how to design parallel programs. Now it's time for a few challenge problems to practice using the concepts we've covered in this course. - Over the next few videos, we'll present you with several algorithms that could benefit from being restructured for concurrency and to execute in parallel. As a starting point, we'll provide you with a sequential version of each algorithm, and it's your job to implement your own concurrent solution. - Keep in mind, there's not a single correct answer to these challenges. So take some time to think them through and when you're done with each challenge, be sure to watch our solution videos to see how we approach the problems.

Contents