Explain method for performance analysis of parallel algorithm
Answers
Answered by
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