diff --git a/ib002/04-recursion/2023-08-17-pyramid-slide-down.md b/ib002/04-recursion/2023-08-17-pyramid-slide-down.md index dc3b3d7..9298db4 100644 --- a/ib002/04-recursion/2023-08-17-pyramid-slide-down.md +++ b/ib002/04-recursion/2023-08-17-pyramid-slide-down.md @@ -250,7 +250,7 @@ approach. :::info Greedy algorithms _Greedy algorithms_ can be described as algorithms that decide the action on the -most optimal option at the moment. +optimal option at the moment. :::