From 755166154718271e206a3e7de572bae5f111581d Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 24 Oct 2024 14:37:11 -0400 Subject: [PATCH] Stop Index -> Stop Search --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 3d58072..46e347a 100644 --- a/documentation.md +++ b/documentation.md @@ -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