Merge sort pro с помощью threadpoo
A program is required to find the largest value together with the frequency of its occurrence in a huge integer array. This program will be executed on a multi-core machine and the program must maximize the use of this resource. Using a Threadpool and the Callable interface and the examples outlined in the lectures write a solution to this problem.
Что я уже пробовал:
A program is required to find the largest value together with the frequency of its occurrence in a huge integer array. This program will be executed on a multi-core machine and the program must maximize the use of this resource. Using a Threadpool and the Callable interface and the examples outlined in the lectures write a solution to this problem.