Skip to content

Commit

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

## Examples
Expand Down

0 comments on commit bc7fbbc

Please sign in to comment.