sanathkumarbs / longest-processing-time-algorithm-lptView on GitHub
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.
11Aug 21, 2018Updated 7 years ago

Alternatives and similar repositories for longest-processing-time-algorithm-lpt

Users that are interested in longest-processing-time-algorithm-lpt are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.

Sorting:

Are these results useful?