Class AgentsTasksDifferentSizesTimes

java.lang.Object
topics.greedy.agentsTasks.AgentsTasksDifferentSizesTimes

public class AgentsTasksDifferentSizesTimes extends Object
GREEDY ALGORITHM PROBLEM: THE PROBLEM OF ASSIGNING N TASK TO AGENTS This program serves to increase the size of the execution times of the problem and to check the quadratic behavior expected O(n^2)
Author:
vicegd
  • Constructor Details

    • AgentsTasksDifferentSizesTimes

      public AgentsTasksDifferentSizesTimes()
  • Method Details

    • main

      public static void main(String[] arg)