1.

An algorithm with three nested loops will have a Big-O efficiency of (a size on n).

A. O(n3)
B. O(3n)
C. O(n4)
D. O(n2)
Answer» B. O(3n)


Discussion

No Comment Found

Related MCQs