MCQOPTIONS
Saved Bookmarks
| 1. |
What is the space complexity of the above recursive implementation to find the factorial of a number? |
| A. | O(1) |
| B. | O(n) |
| C. | O(n2) |
| D. | O(n3) |
| Answer» B. O(n) | |