Skip to content

Commit

Permalink
chore(2.Basic-Algorithms): update link for what is algorithm in "BA…
Browse files Browse the repository at this point in the history
…SIC ALGORITHM"
  • Loading branch information
m-mdy-m committed Oct 13, 2024
1 parent b8ef0ed commit 4bd6d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1.Elementary level/2.Basic-Algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 4bd6d26

Please sign in to comment.