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 hints

Topics


More Meta Questions

View all Meta questions