Question
Which is the best algorithm for finding the maximum in an unsorted list?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Scan all elements once
Explanation:
The correct answer is Scan all elements once.
Leave a Reply