Vidyalelo
Data Structure · Q499

Miscellaneous on Data Structures

Programming · Data Structure · question 499

Q499

What is the total running time of Euclid's algorithm?

A.
O(N)
Answer
B.
O(N log M)
C.
O(N log N)
D.
O(log N +1)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board