Skip to content

Conversation

@Satvik-Singh192
Copy link
Contributor

Description

Added a complete Page Replacement Algorithm Simulator in C++.
This feature allows users to input the number of frames, page reference string, and choose among FIFO, LRU, and Optimal page replacement algorithms.
The simulator displays the frame table after each page request along with hit/miss status and final statistics (total hits, total misses, hit ratio).
Implemented in a single beginner-friendly C++ file with no external libraries, as required.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Closes #65[Feature]: Page Replacement Algorithm Simulator

Checklist

@Satvik-Singh192
Copy link
Contributor Author

@prajwal3114 please review my pull request sir

@prajwal3114 prajwal3114 merged commit 274855b into OPCODE-Open-Spring-Fest:main Nov 15, 2025
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Page Replacement Algorithm Simulator

2 participants