Skip to content

Commit

Permalink
Include link for FindHIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
huangsam committed Nov 12, 2024
1 parent a732189 commit de5df18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions java/FindHIndex.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// https://leetcode.com/problems/h-index/description/

public class FindHIndex {
public int hIndex(int[] citations) {
// Values of h-index are [0, citations.length]
Expand Down

0 comments on commit de5df18

Please sign in to comment.