Answer the question
In order to leave comments, you need to log in
What is the algorithm here?
Please explain how from a=11, b=1, 100 comes out?
It is said that this is the sum in the form of a binary string.
Input: a = "11", b = "1"
Output: "100"
Answer the question
In order to leave comments, you need to log in
Binary notation | Binary, with zeros | Decimal |
eleven | 011 | 3 |
one | 001 | one |
100 | 100 | 4 |
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question