Page replacement algorithms implemented in c language: FIFO, LRU, Optimal, MFU, LFU, Second Chance for reference- https://www.geeksforgeeks.org/page-replacement-algorithms-in-operating-systems/
These c programs simulates the page replacement algorithms and must be given input while keeping in mind the following format:
- Length of refernce string must be a positive integer must be a positive integer
- The reference string should be space-separated positive integers
- The number of frames must be a positive integer.