MP 5 (EC): Conditional Variables for MP5 (Extra Credit)

Due Date: Completed and turned in via git before March 22, 2021 at 11:59pm
Points: MP 5 (EC) is worth 5 points

Exam Week - Extra Credit

In lecture, you learned about conditional variables as a means to remove busy waiting and use idle waiting to make your solution more efficient. To earn +5 EC points, improve your MP5 solution:

  • Remove all forms of busy waiting for your MP5 solution, and
  • Ensure your MP5 does not leak any memory,

To earn the EC points, your MP must also be fully functional (ex: pass all the requirements described in MP5). You should work on your MP5 extra credit by modifying your MP5 code in your MP5 folder.

Submit

When you have completed your program, double-check your code works and submit it:

git add -A
git commit -m "MP submission"
git push origin master

You can verify your code was successfully submitted by viewing your git repo via the web interface here: https://github-dev.cs.illinois.edu/cs240-sp21