public void AlgorithmStart()
        {
            alg.SortByArrivalTime(ProcessList);


            MultiCoreAlgorithm();
        }
Beispiel #2
0
        public void AlgorithmStart()
        {
            alg.SortByArrivalTime(ProcessList);

            AllCoresAlgorithm();
        }