From 4b51773c1a9ab7fb54206a2e63ff7bdb7825ce29 Mon Sep 17 00:00:00 2001 From: Dominic Matarese Date: Mon, 12 Jul 2021 16:04:59 +0000 Subject: required first commit --- readme.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 readme.md (limited to 'readme.md') diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..207ebf3 --- /dev/null +++ b/readme.md @@ -0,0 +1,2 @@ +This is an algorithm used to determine if an operating system is in a "safe state" i.e no deadlocks possible. +A deadlock can occur in a system if each process is waiting on a resource from another process to complete, and no process can relinquish resources until it is completed. -- cgit v1.2.1