https://github.com/sweep76/cpu-schedulling
algorithm_codes
https://github.com/sweep76/cpu-schedulling
Last synced: 11 months ago
JSON representation
algorithm_codes
- Host: GitHub
- URL: https://github.com/sweep76/cpu-schedulling
- Owner: Sweep76
- Created: 2023-10-05T10:01:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T01:41:44.000Z (over 2 years ago)
- Last Synced: 2025-02-23T04:42:29.246Z (over 1 year ago)
- Language: Python
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CPU-Scheduling-Python
To run this project,
1. pip install flask
2. cd Calculator
3. python app.py
4. Go to the provided link.
### CPU Scheduling Algorithms
1. FCFS
2. SJF
3. Priority Non-Preemptive
4. Priority Preemptive
5. Round Robin
6. SRTF
7. MLQ
8. MLFQ
### Page Replacement Algorithms
1. First In First Out
2. Least Frequently Used
3. Least Recently Used
4. Optimal