H-Index II at Meta
Medium39.4% acceptance
This problem has 25.0% frequency at Meta.
Problem Description
Given an array of integers `citations` where `citations[i]` is the number of citations a researcher received for their `ith` paper and `citations` is sorted in **non-descending order** , return _the researcher 's h-index_. According to the [definition of h-index on Wikipedia](<https://en.wikipedia....
Read full problem and hintsTopics
More Meta Questions
Kth Largest Element in an ArrayMediumTwo SumEasyMerge IntervalsMediumMerge Sorted ArrayEasyFind Peak ElementMedium
View all Meta questions