package
0.0.0-20190725034537-db5e768ce8c3
Repository: https://github.com/frankegoesdown/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: 升序

见程序注释