Algorithms are difficult to understand, but absolutely crucial for landing a job. In this video I will be explaining how to add two linked lists together in depth. This problem is great since it focuses on problem solving skills as opposed to one off memorization.

We will walk-through linked lists in depth, and talk about every step of the problem in detail. Every line of code will be explained completely, and I will talk about every potential pitfall or mistake you will run into.


Materials/References:

GitHub Link: https://github.com/WebDevSimplified/JavaScript-Algorithms/tree/master/Add%20Linked%20Lists
CodePen Link: https://codepen.io/WebDevSimplified/pen/WVvebp
LeetCode Page: https://leetcode.com/problems/add-two-numbers/


🧠 Concepts Covered:

- What are linked lists
- How to traverse linked lists
- How to approach a problem


Find Me Here:

My Website: https://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


#Algorithm #WDS #LinkedList