sanathkumarbs / longest-processing-time-algorithm-lpt

A simple, often-used multiprocessor scheduling (load balancing) algorithm is the LPT algorithm (Longest Processing Time) which sorts the jobs by its processing time and then assigns them to the machine with the earliest end time so far.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sanathkumarbs/longest-processing-time-algorithm-lpt Issues

No issues in this repository yet.