Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
11 lines (6 loc) · 250 Bytes

File metadata and controls

executable file
·
11 lines (6 loc) · 250 Bytes

题目

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

解题思路

ascending order: 升序

见程序注释