Skip to content

Commit 3da7562

Browse files
committed
Problem 274
1 parent ad1da37 commit 3da7562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

0-Binary-Search/Binary-Search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class Solution {
6060
![图解](https://raw.githubusercontent.com/YuqiZ2020/PicBed/master/img/20200725203018.png)
6161

6262
---
63-
63+
### 274. H-Index
6464
### 275. H-Index-II
6565
#### [解法一](275-H-Index-II.java):二分查找
6666
_时间复杂度:O(log(n)); 空间复杂度:O(1)_

0 commit comments

Comments
 (0)