Las Vegas Algorithm is used as
2026
Las Vegas Algorithm is used as
- A.
Spanning Tree Algorithm
- B.
B-Tree Algorithm
- C.
Non-Randomized Algorithm
- D.
Randomized Algorithm
Attempted by 28 students.
Show answer & explanation
Correct answer: D
The Las Vegas Algorithm is a randomized algorithm. Unlike deterministic approaches, it relies on random choices during execution to determine its behavior and running time. It always produces the correct result, but the time taken may vary.
Loading lesson…