We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a732189 commit de5df18Copy full SHA for de5df18
java/FindHIndex.java
@@ -1,3 +1,5 @@
1
+// https://leetcode.com/problems/h-index/description/
2
+
3
public class FindHIndex {
4
public int hIndex(int[] citations) {
5
// Values of h-index are [0, citations.length]
0 commit comments