Memory management project for Operating Systems course
In this project we use LRU ,second chance and FIFO algorithms to handle the memory management task. we use normal and circular queue to do the management . A Client and sever is Implemented to perform the demanding process.