Add Binary
Đang mở
algorithms
C
C++
CPP
good first issue
hacktoberfest
Hacktoberfest2020
up for grabs
- Ngôn ngữ chính
- C++
- Star
- 504
- Fork
- 436
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
**Description**
Given two binary strings, return their sum (also a binary string).
The input strings are both non-empty and contain only characters 1 or 0.
Example 1:
Input: a = "11", b = "1"
Output: "100"
Example 2:
Input: a = "1010", b = "1011"
Output: "10101"
@akshitagit can I work on this issue for Hacktoberfest 2020?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.