1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 20:21:50 +02:00

added an article link about linear search at DSA Roadmap (#7513)

This commit is contained in:
Aboody_01
2024-10-17 17:15:59 +03:00
committed by GitHub
parent 4b63d17383
commit 5c0a5e2426

View File

@@ -5,4 +5,5 @@ Linear search is one of the simplest search algorithms. In this method, every el
Learn more from the following resources:
- [@article@DSA Linear Search - W3Schools](https://www.w3schools.com/dsa/dsa_algo_linearsearch.php)
- [@article@Linear Search - GeeksForGeeks](https://www.geeksforgeeks.org/linear-search/)
- [@video@Learn Linear Search in 3 minutes](https://www.youtube.com/watch?v=246V51AWwZM)