This project demonstrates deadlocks in an operating system along with prevention and avoidance of deadlock.
git clone https://github.com/Padmashree06/Deadlock.gitcd Deadlockg++ deadlock_simulation.cpp -o deadlock_simulation -pthread./deadlock_simulationg++ deadlock_prevention.cpp -o deadlock_prevention -pthread./deadlock_preventiong++ deadlock_avoidance.cpp -o deadlock_avoidance -pthread./deadlock_avoidanceWe welcome contributions! Please see our Contributing Guidelines for details.
Fork the repository
Create your feature branch
Commit your changes
Push to the branch
Create a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.