Skip to content

Commit 994c1f2

Browse files
authored
Tenses.
1 parent c1cccdd commit 994c1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/num_methods/binary_search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This paradigm is widely used in tasks around trees, such as finding lowest commo
140140

141141
## Parallel Binary Search
142142

143-
<small>Note that this section is following the description in [Sports programming in practice](https://kostka.dev/sp/).</small>
143+
<small>Note that this section follows the description in [Sports programming in practice](https://kostka.dev/sp/).</small>
144144

145145
Imagine that we want to answer $Z$ queries about the index of the largest value less than or equal to some $X_i$ (for $i=1,2,\ldots,Z$) in some sorted 0-indexed array $A$. Naturally, each query can be answered using binary search.
146146

0 commit comments

Comments
 (0)