[CS Fundamentals] Managing Deadlock in Operating Systems: Prevention and Detection Techniques
Definition & When it Happens
Deadlock is a situation in which two or more processes are unable to proceed because each is waiting for the other(s) to release resources, creating a cycle of dependency. In real-life, deadlock kinda seems like this situ...
jaylog.hashnode.dev2 min read