Data Structures using JavaScript Fundamentals Week 14-15

Data structures represent mechanisms for storing and processing data in computer programming. Your ability to identify, pick and utilise the right structure is not only essential for becoming a better coder, but is also a required ability in job interviews. With that in mind, you will learn to work with various data structures using JavaScript in this phase of the program.


Topics covered
  • Master the intricacies of Arrays, Objects, Stacks, Queues, Linked Lists, Hash Tables, Graphs, Trees and more data structures