CodingTrain / Suggestion-Box

A repo to track ideas for topics
568 stars 86 forks source link

Optimal work distribution #1804

Open saminhasan opened 11 months ago

saminhasan commented 11 months ago

Given information - number of workers, A list which contains a list of tasks with how much time required to complete that task and a dependency list, which describes dependencies for each task.

objective - fastest time to complete all the task