Skip to content

Files

Latest commit

2f81979 · Dec 10, 2017

History

History

add_binary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 10, 2017
Dec 10, 2017
Dec 10, 2017

67. Add Binary

Description | Discuss | Solution

Description

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

For example,

a = "11"

b = "1"

Return "100".