From the course: Complete Guide to Parallel and Concurrent Programming in Python

Welcome to the challenges

- Alright 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