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


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

            AllCoresAlgorithm();
        }