1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-29 03:59:54 +02:00

Add resources for data structures (#3374)

Added resources related to stack, queue and recursion all implemented in JavaScript
This commit is contained in:
payal pagariya
2023-02-10 23:50:56 +05:30
committed by GitHub
parent 9875a2d6f7
commit ee6572660b

View File

@@ -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)
- [Graph Algorithms for Technical Interviews - Full Course](https://youtu.be/tWVWeAqZ0WU)
- [Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges](https://youtu.be/oBt53YbR9Kk)