https://github.com/imgovindjee/process-scheduler
This is a basic PROCESS_SCHEDULER using JAVA, JAVA_SWING having FCFS, SRTF, SJFS, RR, PNS, PSP
https://github.com/imgovindjee/process-scheduler
java javaframework jframe jlabel object-oriented-programming oops-in-java swing
Last synced: about 1 month ago
JSON representation
This is a basic PROCESS_SCHEDULER using JAVA, JAVA_SWING having FCFS, SRTF, SJFS, RR, PNS, PSP
- Host: GitHub
- URL: https://github.com/imgovindjee/process-scheduler
- Owner: imgovindjee
- Created: 2024-02-24T16:48:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-24T17:57:25.000Z (11 months ago)
- Last Synced: 2025-06-08T01:42:10.538Z (10 months ago)
- Topics: java, javaframework, jframe, jlabel, object-oriented-programming, oops-in-java, swing
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OS Process Scheduler
## Release
This is an open source application for OS Process Scheduler Visualizer.
Here I've used Java along side Swing for UI/UX Interface.
## Demo
Here are the some Demo Lookout for the same.

**FCFS [First Come First Serve]**


**[SJF] Shortest Job First**

**[SRTF] Shortest Remaining Time First**

**[PNS] Priority Non-Preemptive Scheduling**

**[PSP] Priority Scheduling Preemptive**

**[RR] Round Robin**

