From the course: Complete Guide to Parallel and Concurrent Programming with C++
Unlock this course with a free trial
Join today to access over 24,800 courses taught by industry experts.
Welcome to the challenges! - C++ Tutorial
From the course: Complete Guide to Parallel and Concurrent Programming with C++
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.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.