• Stars
    star
    1
  • Language
    C
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Linked lists, dynamically resizable and efficient, manage page frames for FIFO and LRU algorithms. FIFO replaces oldest pages; LRU favors recent ones. Both check if pages are in memory, replace as needed, update flags, and tally read/write operations.