Data Structures in JavaScript - Master the Fundamentals

Preview this course
30-Day Money-Back Guarantee
Full Lifetime Access.

- OR -

Get this course, plus 250+ of our top-rated AI & Data courses, with a Subscription.
Enjoy a Free Trial. Cancel Anytime.
96 on-demand videos & exercises
Level: All Levels
English
14hrs 4mins
Access on mobile, web and TV

Who's this course for?

If you are looking to build a solid foundation in data structures and algorithms to design and develop software, then this is the course for you.

What you'll learn

  • Distinguish between arrays and lists.
  • Implement list push, grow, remove, and insert.
  • Understand the Big O time-space asymptotic analysis.
  • Find out when to use stacks and trees.
  • Discover the applications of trees in data structure and algorithm.
  • Handle collisions with hash maps.

Key Features

  • Get to grips with the fundamentals of data structures and algorithms.
  • Learn how to solve common computer programs using algorithms.
  • Solve challenges such as Minesweeper, Sieve of Eratosthenes, and Morse code.

Course Curriculum

What to know about this course

Data structures allow you to organize code in the most efficient way to help you perform operations effectively. An algorithm is a step-by-step procedure for solving problems, be it solving a computer problem, writing source code, or innovating new programs. With this course, you’ll learn the concepts of data structures and algorithms using JavaScript. Starting with an introduction to data structures and algorithms, the course takes you through the concept of arrays, where you’ll solve a minesweeper challenge to understand the importance of an array in data structures. Next, you’ll become familiar with lists and discover how Big O helps in describing the complexity of an algorithm. As you advance, you’ll gain insights into stacks, queues, recursion, and trees by solving challenges such as condense, Josephus, palindrome, and Morse code. Toward the end, you’ll get an overview of hash maps and graphs. By the end of this course, you’ll have developed a solid understanding of data structures and algorithms essential for building reliable software. The code files are added on the GitHub repository at https://github.com/PacktPublishing/Data-Structures-in-JavaScript-Master-the-Fundamentals