package
0.0.0-20210525112244-a601ee6fe7cf
Repository: https://github.com/smartsyoung/leetcode-in-go.git
Documentation: pkg.go.dev

# README

275. H-Index II

题目

Follow up for H-Index: What if the citations array is sorted in ascending order? Could you optimize your algorithm?

解题思路

ascending order: 升序

见程序注释