Skip to content

Commit 6fc0de6

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

leetcode/h-index-ii.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/*
2-
* Follow up for H-Index(https://leetcode.com/problems/h-index/): What if the citations array is sorted in ascending order? Could you optimize your algorithm?
2+
* 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?
35
46
*/

0 commit comments

Comments
 (0)