mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 12:10:22 +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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user