Algorithms

Select the correct name for: an algorithm that uses a degree of randomness as part of its logic to achieve good average-case performance.

Correct answer

D. Randomized algorithm

Explanation

Randomized algorithm refers to an algorithm that uses a degree of randomness as part of its logic to achieve good average-case performance.