There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
Creating a partial sum of ten threads of an array where 10000 elements are randomly generated. All of these partial sums are collected by the main thread and the total value of these 10000 elements is displayed on the screen as output.