Skip to content

Commit

Permalink
Create Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wisdompeak authored Aug 14, 2017
1 parent 22de3d5 commit b8288e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Bit_Manipulation/371.Sum-of-Two-Integers/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 371.Sum-of-Two-Integers

将a+b改造为m+n,其中m=a^b不进位的加法,n=(a&b)<<1将有进位的bit置为1。反复这样的操作直至所有的进位为零,得到的m即为结果。

0 comments on commit b8288e3

Please sign in to comment.