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

pull/7516/head
Aboody_01 1 day ago committed by GitHub
parent 4b63d17383
commit 5c0a5e2426
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/data/roadmaps/datastructures-and-algorithms/content/106-search-algorithms/100-linear-search.md

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

Loading…
Cancel
Save