MCQOPTIONS
Saved Bookmarks
| 1. |
The time complexity of the following recursive implementation to find the factorial of a number is ________ |
| A. | O(1) |
| B. | O(n) |
| C. | O(n2) |
| D. | O(n3)View Answer |
| Answer» C. O(n2) | |