McqMate
Q. |
Which of the following can be referred to as applications of Randomized algorithm? |
A. | quicksort |
B. | min cut |
C. | verifying matrix multiplication |
D. | all of the mentioned |
Answer» D. all of the mentioned | |
Explanation: freivalds algorithm is a probabalistic randomized algorithm we use to verify matrix multiplication. on the other hand, randomness can be useful in quicksort. if the algorithm selects pivot element uniformaly at random, it has a probably high probabilty of finishing the work in o(nlogn) time regardless of the input. |
View all MCQs in
Software Project Management (SPM)No comments yet