Switch "Homework for an assignment" post 2 to new math delimiters

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
Danila Fedorin 2024-05-13 18:20:54 -07:00
parent 409f8b7186
commit 2547b53aa2

View File

@ -143,7 +143,7 @@ def prog(xs):
return (state, total+left+right)
```
Honestly, that's pretty clean. As clean as `left.reverse()` to allow for \\(O(1)\\) pop is.
Honestly, that's pretty clean. As clean as `left.reverse()` to allow for \(O(1)\) pop is.
What's really clean, however, is the implementation of mergesort in our language.
It goes as follows: