There are tons of data structures and algorithms that you can learn but you do not need to know them all. In this video I will share with you the 10 most important data structures and algorithms that you need to know in order to pass your next technical interview.


Materials/References:

Linked List Tutorial: https://youtu.be/gJjPWA8wpQg
Map Article: https://blog.webdevsimplified.com/2020-12/javascript-maps/
Memoization Video: https://youtu.be/WbwP4w6TpCk
Recursion Video: https://youtu.be/6oDQaB2one8
Big O Notation Video: https://youtu.be/itn09C2ZB9Y


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


⏱️ Timestamps:

00:00 - Introduction
00:36 - Linked List
01:52 - Binary Tree
03:11 - Stack And Queue
04:57 - Merge Sort
05:52 - Dictionary/Map
06:37 - Graph
08:17 - Binary Search
09:33 - Breadth/Depth First Search
10:54 - Memoization
12:23 - Recursion
13:09 - Big O Notation


#DataStructures #WDS #Algorithms