Skip to content

Commit

Permalink
1101-10/10
Browse files Browse the repository at this point in the history
  • Loading branch information
youhusky committed Nov 2, 2017
1 parent d1f6ac9 commit 4fff828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions 275. H-Index II.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ def hIndex(self, citations):
r = mid -1
else:
l = mid + 1
return n- l

return n- l

0 comments on commit 4fff828

Please sign in to comment.