You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Small program I made in Java that schedules jobs based off of 4 criteria: job#, priority, arrival time, and duration of job. It then runs through the simulation and prints out which job is currently running and how long it has been running for and some other things. Essentially based off of a heap data structure. Take a look if you're interested!