Vidyalelo
Data Structure · Q913

Miscellaneous on Data Structures

Programming · Data Structure · question 913

Q913

What is the total running time of the binary GCD algorithm?

A.
O(N)
B.
O(N2)
Answer
C.
O(log N)
D.
O(N log N)

Answer: Option B

Solution

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