Vidyalelo
Data Structure · Q60

Stacks in Data Structures

Programming · Data Structure · question 60

Q60

What is the time complexity for converting decimal to binary numbers?

A.
O(1)
B.
O(n)
C.
O(logn)
Answer
D.
O(nlogn)

Answer: Option C

Solution

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