ib002(recursion): fix typo

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2023-08-18 12:21:59 +02:00
parent 718d4bd6f6
commit 414ca4481b
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -250,7 +250,7 @@ approach.
:::info Greedy algorithms :::info Greedy algorithms
_Greedy algorithms_ can be described as algorithms that decide the action on the _Greedy algorithms_ can be described as algorithms that decide the action on the
most optimal option at the moment. optimal option at the moment.
::: :::