TheAlgorithms / Python

All Algorithms implemented in Python
https://the-algorithms.com/
MIT License
184.64k stars 44.37k forks source link

added Process synchronization #11574

Open sherAfzal861 opened 1 week ago

sherAfzal861 commented 1 week ago

added new implementation of semaphore used for process synchronization. added new folder named "operating_system" with two subfolders 1) scheduling and 2) process_synchronization created new file semaphore.py in subfolder process_synchronization

Describe your change:

Checklist: