Skip to content

Latest commit

 

History

History

README.md

Session 6 Reference Solutions

This folder contains reference solution code provided by Stelios.

Write your own code first in session6/solutions/. Use these files only to check your approach after you complete each task.

Files

  • exercise-06-01.py: mutex-protected phrase generation
  • exercise-06-02.py: semaphore-limited request simulation
  • exercise-06-project.py: optional parallel printer simulation with three printers
  • exercise-06-homework.md: reference homework checklist and design notes

Notes

  • Quiz content is intentionally excluded.
  • Run these scripts from the session6 folder so relative file paths work.