Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 346 Bytes

File metadata and controls

23 lines (17 loc) · 346 Bytes

DSA-Project-CPU-Scheduling

DSA SEM 3 Project

SAMPLE INPUT:

Enter number of proceses: 1

Enter name of processes: P1 Enter size of the process(in MB):54 Enter runtime of process(in msec):20 Enter priority:1

MENU: 1.Priority basis 2.First Come First Serve basis 3.Shortest Job First basis 4.Exit

Please enter your choice:1

SAMPLE OUTPUT: P1