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 94d21fd commit 92c77c3Copy full SHA for 92c77c3
src/main/java/com/fishercoder/solutions/_275.java
@@ -1,11 +1,5 @@
1
package com.fishercoder.solutions;
2
3
-/**
4
- * 275. H-Index II
5
- *
6
- * Follow up for H-Index: What if the citations array is sorted in ascending order?
7
- * Could you optimize your algorithm?
8
- */
9
public class _275 {
10
public static class Solution1 {
11
public int hIndex(int[] citations) {
0 commit comments