Skip to content

Implementation of Page Replacement algorithm using HTML/CSS/JS

Notifications You must be signed in to change notification settings

leomarkcastro/Page-Replacement-Algo-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page-Replacement-Algo-JS

Implementation of Page Replacement algorithm using HTML/CSS/JS

This web app includes the immplementation of the following page replacement algorithms:

  • Least Recently Used
  • First In First Out
  • Optimal

The input reference string is formatted as this: "1 3 5 7 9" with minimum recommended output of 3 and maximum recommended of 15.

On HTML/CSS, i've used flexbox. On JS, I've used classes and other ES6 methods.

About

Implementation of Page Replacement algorithm using HTML/CSS/JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published