Skip to content

A sample project for ordering a set of input jobs taking into account some jobs needs to be done before other jobs

Notifications You must be signed in to change notification settings

mohsin-mehmood/JobsScheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobsScheduler

A sample project for ordering a set of input jobs taking into account some jobs needs to be done before other jobs. Kahn algorithm is used for topological sorting of Direct Acyclic Graph where each job is represented as a node. An edge from job "a" to job "b" represents that job "a" needs to be completed before job "b"

About

A sample project for ordering a set of input jobs taking into account some jobs needs to be done before other jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages