From c822bf5c38a49dd2cf6e98f501904ade675812eb Mon Sep 17 00:00:00 2001 From: Arita Adili Date: Wed, 18 Dec 2024 22:05:59 +0100 Subject: [PATCH] New Version --- .../illustration.svg | 2386 +++++++++++++++++ .../new_version.md | 8 + 2 files changed, 2394 insertions(+) create mode 100644 2024/article_algorithms_as_recipes/illustration.svg create mode 100644 2024/article_algorithms_as_recipes/new_version.md diff --git a/2024/article_algorithms_as_recipes/illustration.svg b/2024/article_algorithms_as_recipes/illustration.svg new file mode 100644 index 00000000..b796e1a2 --- /dev/null +++ b/2024/article_algorithms_as_recipes/illustration.svg @@ -0,0 +1,2386 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/2024/article_algorithms_as_recipes/new_version.md b/2024/article_algorithms_as_recipes/new_version.md new file mode 100644 index 00000000..d8c0ba2b --- /dev/null +++ b/2024/article_algorithms_as_recipes/new_version.md @@ -0,0 +1,8 @@ +# The Invisible Problem Solvers + +Have you ever thought about the little steps that help you get through the day? Like tying you shoes, for example. It's a process you learned once and now do without thinking. You follow a series of actions in the right order, and the result is a neat bow. + +That is exactly what an algorithm does. It's a methodical way of solving problems by breaking them into smaller, manageable steps. Whether is organizing your morning routine or navigatting traffic, algorithms help us find solutions efficiently. + +Next time you tackle a tricky task, break it down into steps, follow them, and watch the solution unfold. +