Skip to content

Commit 92c77c3

Browse files
refactor 275
1 parent 94d21fd commit 92c77c3

File tree

1 file changed

+0
-6
lines changed
  • src/main/java/com/fishercoder/solutions

1 file changed

+0
-6
lines changed

src/main/java/com/fishercoder/solutions/_275.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
package com.fishercoder.solutions;
22

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-
*/
93
public class _275 {
104
public static class Solution1 {
115
public int hIndex(int[] citations) {

0 commit comments

Comments
 (0)