Computer Science, asked by victi1379, 1 year ago

Explain method for performance analysis of parallel algorithm

Answers

Answered by Anonymous
0
Speedup of an Algorithm. The performance of a parallel algorithm is determined by calculating its speedup. Speedup is defined as the ratio of the worst-case execution time of the fastest known sequential algorithm for a particular problem to the worst-case execution time of the parallel algorithm.
Similar questions