Add resources for data structures (#3374)

Added resources related to stack, queue and recursion all implemented in JavaScript
pull/3440/head
payal pagariya 2 years ago committed by GitHub
parent 9875a2d6f7
commit ee6572660b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/roadmaps/javascript/content/104-javascript-data-structures/index.md

@ -5,6 +5,9 @@ A Data structure is a format to organize, manage and store data in a way that al
Visit the following resources to learn more:
- [ Data structures](https://www.freecodecamp.org/news/data-structures-in-javascript-with-examples/#what-is-a-data-structure)
- [Introduction to the Stack Data Structure](https://youtu.be/4F-BnR2XwqU)
- [Introduction to the Queue Data Structure](https://youtu.be/GRA_3Ppl2ZI)
- [Intro to Recursion: Anatomy of a Recursive Solution](https://youtu.be/yBWlPte6FhA)
- [Binary Tree Algorithms for Technical Interviews - Full Course](https://youtu.be/fAAZixBzIAI)
- [Graph Algorithms for Technical Interviews - Full Course](https://youtu.be/tWVWeAqZ0WU)
- [Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges](https://youtu.be/oBt53YbR9Kk)

Loading…
Cancel
Save