Skip to content

Commit

Permalink
Fix link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed May 10, 2024
1 parent a1edcdb commit a9a203a
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.md#note-about-memory-usage)
[docs/ALGORITHM.md#note-about-memory-usage](./apply-merge/blob/main/docs/ALGORITHM.md#note-about-memory-usage)
for caveats.

## Examples
Expand Down

0 comments on commit a9a203a

Please sign in to comment.