Skip to content

Commit

Permalink
Changed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AS-L-C committed Jul 13, 2024
1 parent c0a4b90 commit 5539612
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def find_k_largest_diff():
max_index = i
return max_index - 1

# Attempt to find index largest gap using eigengap heuristic
# Attempt to find index largest gap using eigengap heuristic.
for a in range(a_max, a_min - 1, -1):
k = find_gap(a)
if k and k > 1:
Expand Down

0 comments on commit 5539612

Please sign in to comment.