DIY: Add Binary

Solve the interview question "Add Binary" in this lesson.

Problem statement

In this challenge, you are given two binary numbers as strings. Implement a function that takes these strings as input, performs the ...