Skip to content

Commit 4548443

Browse files
committed
Update h-index-ii.js
1 parent 6fc0de6 commit 4548443

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

leetcode/h-index-ii.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Follow up for H-Index(https://leetcode.com/problems/h-index/):
3-
* What if the citations array is sorted in ascending order?
4-
* Could you optimize your algorithm?
5-
3+
* What if the citations array is sorted in ascending order?
4+
* Could you optimize your algorithm?
5+
*
66
*/

0 commit comments

Comments
 (0)