Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.22 KB

File metadata and controls

37 lines (21 loc) · 1.22 KB

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.

Image

FCFS [First Come First Serve]

Image Image

[SJF] Shortest Job First

Image

[SRTF] Shortest Remaining Time First

Image

[PNS] Priority Non-Preemptive Scheduling

Image

[PSP] Priority Scheduling Preemptive

Image

[RR] Round Robin

Image

Image