At some point in your career (today?!) you will want to learn data structures. It’s not just to ace the technical interview and land your dream job. Learning data structures in JavaScript will help you understand how software works and improve your problem-solving skills.
If you want to stay in the loop, sign up for my newsletter, The Solution.
Data Structures in JavaScript
The following list is a ‘table of contents’ of my articles about data structures in JavaScript. If you think there’s something missing, let me know on Twitter @jarednielsen. And there’s more on the way!
-
Data Structures in JavaScript: Breadth-First Search Graph Traversal
-
Data Structures in JavaScript: Shortest Path Graph Traversal
-
Data Structures in JavaScript: Depth-First Search Graph Traversal
-
Data Structures in JavaScript: Topological Sort with Depth-First Search Graph Traversal
-
Data Structures in JavaScript: Separate Chaining Hash Table Collisions
-
Data Structures in JavaScript: Linear Probing Hash Table Collisions
If you want all this (and more!) in one package, pick up a copy of The 7 Data Structures of Highly Effective Developers.