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
a) O(n*r)
b) O(n/r)
c) O(n)
d) O(r)
b) O(n/r)
c) O(n)
d) O(r)
Accurate answers. Every time.
https://answerhappy.com/