We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
In the decibinary system, each digit position represents a power of 2, just like in binary. However, unlike binary, where each digit represents
2
𝑖
2
i
(where
𝑖
i is the position of the digit from right to left), in decibinary numbers, each digit represents
2
𝑖
2
i
multiplied by a chosen base, typically 10. This allows for the representation of larger numbers using fewer digits compared to binary.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Decibinary Numbers
You are viewing a single comment's thread. Return to all comments →
In the decibinary system, each digit position represents a power of 2, just like in binary. However, unlike binary, where each digit represents 2 𝑖 2 i (where 𝑖 i is the position of the digit from right to left), in decibinary numbers, each digit represents 2 𝑖 2 i multiplied by a chosen base, typically 10. This allows for the representation of larger numbers using fewer digits compared to binary.