1.

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

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


Discussion

No Comment Found