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. +