Skip to content

This program reads information about jobs from two .txt files and assign jobs to the resources with using node based minheap structure.

Notifications You must be signed in to change notification settings

serinevcim/job-schedular-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-schedular-homework

This program reads information about jobs from two .txt files and assign jobs to the resources with using node based minheap structure. In jobs.txt every line represents a moment, the arrival time of the job whose information is given at that line as 'job id jobs duration'. In dependencies.txt dependencies between jobs are given with job ids. My comment lines are written both in english and turkish.:') 'given methods' was obligatory, I add my methods under them. There is four inner classes in job schedular: resource, job, minheap (has the inner class node),and arraylist.

About

This program reads information about jobs from two .txt files and assign jobs to the resources with using node based minheap structure.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages