Skip to content

Commit

Permalink
more help
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed May 11, 2024
1 parent 6cf1f8f commit 3bf0908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ an ordered list of all `f x y`, for each `x` in `xs` and `y` in `ys`.
Producing $n$ elements of `applyMerge f xs ys` takes $O(n \log n)$ time and
$O(\sqrt{n})$ auxiliary space, assuming that `f` and `compare` take $O(1)$ time.
See
[docs/ALGORITHM.md#note-about-memory-usage](docs/ALGORITHM#note-about-memory-usage)
[docs/ALGORITHM.md#note-about-memory-usage](./docs/ALGORITHM#note-about-memory-usage)
for caveats.

## Examples
Expand Down

0 comments on commit 3bf0908

Please sign in to comment.