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 6fc0de6 commit 4548443Copy full SHA for 4548443
leetcode/h-index-ii.js
@@ -1,6 +1,6 @@
1
/*
2
* Follow up for H-Index(https://leetcode.com/problems/h-index/):
3
-* What if the citations array is sorted in ascending order?
4
-* Could you optimize your algorithm?
5
-
+* What if the citations array is sorted in ascending order?
+* Could you optimize your algorithm?
+*
6
*/
0 commit comments