The main idea here is that we would get **two binary number in string format**, then we need to change the this two binary to real **binary format**. Finally we would **sum this two binary** number ...
Interviewer: Let's discuss a problem where you need to add two binary strings and return their sum as a binary string. How would you approach this? Interviewee: To add the two binary strings, we can ...