1.

What will be the auxiliary space requirement (excluding call stack) of the program to print combinations of r elements each from array of size n?

A. O(n*r)
B. O(n/r)
C. O(n)
D. O(r)
Answer» E.


Discussion

No Comment Found