ANSWER THIS ILL MARK YOU AS A BRAINLIST
Q1. CONVERT 15 IN BASE 5
Q2. CONVERT 98 IN BASE 2
Answers
Answered by
0
Answer:
Step-by-step explanation:
Answered by
1
Step-by-step explanation:
Assumimg you'd have to store a representation of the final number in memory, we could have O(n * d) time, O(d) space, where n is the number of bits in the original and d the number of digits in the converted number, by a series of additions in base 5, keeping both the current power of 2 in base 5 (of which we add at most one of) and the result. The small advantage is generating the next power
Similar questions
Computer Science,
1 month ago
Physics,
1 month ago
Math,
2 months ago
Computer Science,
2 months ago
Math,
9 months ago
Science,
9 months ago