Q575
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)
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board