jestion 8 Consider a recursive function decTOBin(decimal) that converts a decimal number to a binary representation b till in base 10. Note that all inputs and output are 32-bit integers. Example outputs: decToBin (7) = 111 (one hundred and eleven) decToBin (23) = 10111 (ten thousand, one hundred and eleven) decToBin (18) = 10010 (ten thousand and ten) What is the time complexity of decToBin? O O(logn) O(2^n) None of the other answers are correct O O(n) O(1)

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter15: Recursion
Section: Chapter Questions
Problem 8SA
icon
Related questions
Question

Explain

Question 8
Consider a recursive function de cTOBin (decimal) that converts a decimal number to a binary representation but
still in base 10. Note that all inputs and output are 32-bit integers.
Example outputs:
decToBin (7) = 111 (one hundred and eleven)
decToBin (23) = 10111 (ten thousand, one hundred and eleven)
decToBin (18) = 10010 (ten thousand and ten)
What is the time complexity of decTOBin?
O(logn)
O(2^n)
None of the other answers are correct
O(n)
O(1)
Transcribed Image Text:Question 8 Consider a recursive function de cTOBin (decimal) that converts a decimal number to a binary representation but still in base 10. Note that all inputs and output are 32-bit integers. Example outputs: decToBin (7) = 111 (one hundred and eleven) decToBin (23) = 10111 (ten thousand, one hundred and eleven) decToBin (18) = 10010 (ten thousand and ten) What is the time complexity of decTOBin? O(logn) O(2^n) None of the other answers are correct O(n) O(1)
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Fundamentals of Blockchaining
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage