Skip to content

csfx-py/paging-simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page replacement algorithms

DEMO

Page replacement

Paging is a function of memory management where a computer will store and retrieve data from a device’s secondary storage to the primary storage. Memory management is a crucial aspect of any computing device, and paging specifically is important to the implementation of virtual memory.

Page replacement algorithms

A page replacement algorithm is needed to decide which page needs to be replaced when new page comes in.

Steps to set up project

  • Clone the repository
  • Install the dependencies
  • Run the index.html file in the browser

About

Paging algorithm simulation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published