This is a very important and easy algorithm,I write this in case that I will forget it again in the future~
Given two binary strings, return their sum (also a binary string).
The input strings are both non-empty and contains only characters 1 or 0.
This is my outline for the Mathematics mid term~