Skip to content

Commit

Permalink
Update add-binary.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Feb 19, 2016
1 parent 9c38ca4 commit a408df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions C++/add-binary.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class Solution {
}
};

// Iterator solution.
class Solution2 {
public:
string addBinary(string a, string b) {
Expand Down

0 comments on commit a408df7

Please sign in to comment.