Vidyalelo
Data Structure · Q318

Miscellaneous on Data Structures

Programming · Data Structure · question 318

Q318

What will be the time complexity of the code to print combinations?

A.
O(n)
B.
O(n2)
C.
O(n log n)
D.
O(2n)
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board