From 2547b53aa23c00355f213cb983dbc6aa82aa52fb Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 13 May 2024 18:20:54 -0700 Subject: [PATCH] Switch "Homework for an assignment" post 2 to new math delimiters Signed-off-by: Danila Fedorin --- content/blog/01_cs325_languages_hw2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/01_cs325_languages_hw2.md b/content/blog/01_cs325_languages_hw2.md index 45d17c2..d0f9c60 100644 --- a/content/blog/01_cs325_languages_hw2.md +++ b/content/blog/01_cs325_languages_hw2.md @@ -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: