From 4bd6d269f57201a5a00f0514e2f52f792a57fdfb Mon Sep 17 00:00:00 2001 From: mahdi Date: Sun, 13 Oct 2024 19:45:58 +0330 Subject: [PATCH] chore(2.Basic-Algorithms): update link for `what is algorithm` in "BASIC ALGORITHM" --- 1.Elementary level/2.Basic-Algorithms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.Elementary level/2.Basic-Algorithms/README.md b/1.Elementary level/2.Basic-Algorithms/README.md index f090fe2..a1719fe 100644 --- a/1.Elementary level/2.Basic-Algorithms/README.md +++ b/1.Elementary level/2.Basic-Algorithms/README.md @@ -2,7 +2,7 @@ Algorithms are the lifeblood of computing. They are the step-by-step instructions that computers follow to solve problems, analyze data, and make decisions. Just like recipes, they break down complex tasks into manageable procedures. Understanding these fundamental algorithms is a stepping stone to mastering computer science and programming. -> [What is Algorithm](https://github.com/m-mdy-m/algorithms-data-structures/tree/main/1.IntroductionToAlgorithmsAndProblemSolving) +> [What is Algorithm](../1.Understanding%20Algorithms/README.md) ## 1. Searching Algorithms: