Skip to content

Commit 79bc316

Browse files
authored
Update README.md
1 parent b51ecbd commit 79bc316

File tree

1 file changed

+1
-1
lines changed
  • solution/1500-1599/1545.Find Kth Bit in Nth Binary String

1 file changed

+1
-1
lines changed

solution/1500-1599/1545.Find Kth Bit in Nth Binary String/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ function findKthBit(n: number, k: number): string {
217217

218218
<!-- solution:start -->
219219

220-
### Solution 2: Bit Manipulation
220+
### 方法二:位运算
221221

222222
<!-- tabs:start -->
223223

0 commit comments

Comments
 (0)