Banker's algorithm, Dynamic memory allocation simulation in C.
This project is done for CSC1007 Operating Systems module in SIT-UoG Comuting Science.
Question 1: Banker’s algorithm
Write a C program that simulate the banker’s algorithm, to detect if the system is in safe or unsafe state.Question 2: Dynamic Memory allocation
Write a C program that simulate first-fit, best-fit, worse-fit memory allocation approaches.
Code Documentation
https://pinkchocoa.github.io/Operating-Systems-Assessed-Coursework/