Q913
What is the total running time of the binary GCD algorithm?
A.
O(N)
B.
O(N2)
AnswerC.
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