Page 1 of 1

What will be the auxiliary space requirement (excluding call stack) of the program to print combinations of r elements e

Posted: Wed Jul 13, 2022 6:16 pm
by answerhappygod
a) O(n*r)
b) O(n/r)
c) O(n)
d) O(r)