Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Simulations of Page Replacement Algorithms

License

Notifications You must be signed in to change notification settings

wqyeo/Page-Replacement-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page-Replacement-Algorithms

Simulation of Page Replacement Algorithms, made with elixir.

Currently has implementations of

  • FIFO (First In First Out)
  • LRU (Least Recently Used)
  • MRU (Most Recently Used)

Run

iex -S mix
> PageReplacementAlgorithms.start

Then, read and follow output commands instructions.