Skip to content

Commit de5df18

Browse files
committed
Include link for FindHIndex
1 parent a732189 commit de5df18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/FindHIndex.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// https://leetcode.com/problems/h-index/description/
2+
13
public class FindHIndex {
24
public int hIndex(int[] citations) {
35
// Values of h-index are [0, citations.length]

0 commit comments

Comments
 (0)