The complexity function 100

A) is in O(n)
B) is in O(n2 / 2)
C) is in O(10000n)
D) None of the above

B) is in O(n2 / 2)

Computer Science & Information Technology

You might also like to view...

Consider the following class definition:class dClass: bClass{//class members list};The class dClass is derived from the class bClass using the ____ type of inheritance.

A. public B. private C. protected D. static

Computer Science & Information Technology

A variable listed in a header is known as a(n) ____ parameter.

A. actual B. local C. formal D. function

Computer Science & Information Technology