Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 264 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 264 Bytes

Multitasking-using-C-languge-

multitasking program using two threads to simulate the operation of two robots. One robot processes pieces and places them on a table, while the other robot takes pieces from the table. Synchronization is achieved using semaphores.