...

/

Quiz: Introduction to Algorithm

Quiz: Introduction to Algorithm

Test your knowledge of the concepts covered in the introduction chapter.

We'll cover the following...
Technical Quiz
1.

What is the time complexity of all of the variants of the lattice algorithm to compute the product of any mm-digit number with any nn-digit number?

A.

O(mn)O(mn)

B.

O(mlogn)O(m\log n)

C.

O(n)O(n)

D.

O(logn)O(\log n)


1 / 5
...