Skip to content

Commit

Permalink
Stop Index -> Stop Search
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Oct 24, 2024
1 parent 505095a commit 7551661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ would be O(n log n).

>>> freqs = fenwick_tree.frequencies()

### Stop Index
### Stop Search

For a specified value, the *find_stop* method returns the smallest stop for
which `prefix_sum(stop) >= value`, or -1 if there is no stop that would satisfy
Expand Down

0 comments on commit 7551661

Please sign in to comment.