Skip to content

Commit 0f5dfc8

Browse files
authored
Update README.md
1 parent 33aaa3b commit 0f5dfc8

File tree

1 file changed

+2
-2
lines changed
  • solution/0100-0199/0137.Single Number II

1 file changed

+2
-2
lines changed

solution/0100-0199/0137.Single Number II/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ impl Solution {
374374

375375
<!-- solution:start -->
376376

377-
### Solution 1: Set + Math
377+
### 方法三:哈希表 + 数学
378378

379379
<!-- tabs:start -->
380380

@@ -404,7 +404,7 @@ function singleNumber(nums) {
404404

405405
<!-- solution:start -->
406406

407-
### Solution 4: Bit Manipulation
407+
### 方法四:位运算
408408

409409
<!-- tabs:start -->
410410

0 commit comments

Comments
 (0)