X Tutup
Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 368 Bytes

File metadata and controls

2 lines (2 loc) · 368 Bytes

Exchangers

Write a program that simulates via Exchanger an assembly line for checking and packing up bulbs using two workers. A worker (the checker) is checking bulbs and add them in a basket. When the basket is full, the worker gives it to the other worker (the packer) from which he receives an empty basket. The process repeats until the assembly line stops.

X Tutup