Skip to content

Commit

Permalink
ho
Browse files Browse the repository at this point in the history
  • Loading branch information
pgujjula committed Apr 4, 2024
1 parent 68b1226 commit 9bd14da
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ALGORITHM.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ This investigation suggests the following algorithm for producing `smooth3`:
4. Go to step 2.
```

## Generalizing the idea

The idea in the algorithm above is quite general, and instead of using it on
`(*)`, `powersOf2`, and `powersOf3`, we can apply it to any binary function `f`
that is monotonically increasing in both arguments, and any ordered lists `xs`
and `ys`.

# Prior work
In <code>[data-ordlist](https://www.stackage.org/lts/package/data-ordlist)</code>,
there is
Expand Down

0 comments on commit 9bd14da

Please sign in to comment.