Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 425 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 425 Bytes

Topics

Given two binary strings, return their sum (also a binary string).

For example, a = "11" b = "1" Return "100".