Skip to content

Commit 928c1a4

Browse files
authored
Update README.md
1 parent 3ddad90 commit 928c1a4

File tree

1 file changed

+1
-1
lines changed
  • solution/0400-0499/0476.Number Complement

1 file changed

+1
-1
lines changed

solution/0400-0499/0476.Number Complement/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ var findComplement = function (num) {
140140

141141
<!-- solution:start -->
142142

143-
### Solution 2: Bit Manipulation. Inversion + AND
143+
### 方法二:位运算(取反+按位与)
144144

145145
<!-- tabs:start -->
146146

0 commit comments

Comments
 (0)