

InterviewSolution
Saved Bookmarks
1. |
Which of the following algorithms are probably correct as well as fast?(a) Las Vegas Algorithm(b) Monte Carlo Algorithm(c) Atlantic City Algorithm(d) All of the mentionedI had been asked this question in an internship interview.Enquiry is from Randomized Algorithm topic in section Other Classes Of Problems of Automata Theory |
Answer» RIGHT answer is (c) Atlantic CITY Algorithm Easiest EXPLANATION: The atlantic city algorithms which are bounded polynomial time algorithms are probably CORRECT and probably fast. It is correct more than 75% of the times. |
|