274. H-Index
The h-index is defined as the maximum value of `h` such that the given researcher has published at least `h` papers that have each been cited at least `h` times.Intuition
Approach
Complexity
Code
Last updated