MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the recursive implementation used to convert a decimal number to its binary equivalent? |
| A. | O(1) |
| B. | O(n) |
| C. | O(n2) |
| D. | O(logn) |
| Answer» E. | |