Resource-Allocation-Graph-Program
NoelV11/Resource-Allocation-Graph-Program
C++
This program has a predefined limit of processes. Resources are then assigned by the user to the processes. Given the resource, the program will be able to point out to the process to which the particular resource(input) is allocated to. It showcases the job scheduling responsibility of the OS and coded in C++ Language