Hi
I'm new to c++ and I need to write a program that implements the FIFO and LRU page-replacement algorithms.
I have a page-reference string that contains 20 numbers ranging between 0 and 9.Furthermore I need to implement the two algorithms using 3 page frames.
Any suggestions are appreciated.
Thank you!
I'm new to c++ and I need to write a program that implements the FIFO and LRU page-replacement algorithms.
I have a page-reference string that contains 20 numbers ranging between 0 and 9.Furthermore I need to implement the two algorithms using 3 page frames.
Any suggestions are appreciated.
Thank you!