From 414ca4481bfc2a6ee2127fd4863fefaff1584850 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Fri, 18 Aug 2023 12:21:59 +0200 Subject: [PATCH] ib002(recursion): fix typo Signed-off-by: Matej Focko --- ib002/04-recursion/2023-08-17-pyramid-slide-down.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. :::