Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
JavaScript Algorithms and Data Structures Masterclass
Bestseller
Rating: 4.7 out of 5(31,117 ratings)
169,882 students
Created byColt Steele
Last updated 1/2026
English

What you'll learn

  • Learn everything you need to ace difficult coding interviews
  • Master dozens of popular algorithms, including 6 sorting algorithms!
  • Implement 10+ data structures from scratch
  • Improve your problem solving skills and become a stronger developer

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

29 sections250 lectures21h 54m total length
  • Curriculum Walkthrough7:43

    Master JavaScript algorithms and data structures by exploring Big O notation and the performance of arrays and objects. Delve into recursion, searching and sorting, data structures, graphs, and Dijkstra's algorithm.

  • Join The Community!0:28
  • What Order Should You Watch In?2:52

    Jump around course by following prerequisites at the start of each section, using big O and recursion guidance, and study topics like bubble sort, merge sort, and binary heaps.

  • How I'm Running My Code3:21

    Practice a browser-based JavaScript workflow using Chrome snippets to run code without installing software, exploring console logs and data structures like binary search trees and breadth-first search.

  • Download All Slides Here!0:10

Requirements

  • Basic knowledge of JavaScript syntax
  • NO experience with data structures or computer science needed!

Description

Updated with a brand new section on Dynamic Programming!

This course crams months of computer science and interview prep material into 20 hours of video. The content is based directly on the last semester of my in-person coding bootcamps, where my students go on to land 6-figure developer jobs. I cover the exact same computer science content that has helped my students ace interviews at huge companies like Google, Tesla, Amazon, and Facebook. Nothing is watered down for an online audience; this is the real deal :)   We start with the basics and then eventually cover “advanced topics” that similar courses shy away from like Heaps, Graphs, and Dijkstra’s Shortest Path Algorithm

I start by teaching you how to analyze your code’s time and space complexity using Big O notation.  We cover the ins and outs of Recursion.  We learn a 5-step approach to solving any difficult coding problem. We cover common programming patterns. We implement popular searching algorithms. We write 6 different sorting algorithms: Bubble, Selection, Insertion, Quick, Merge, and Radix Sort.   Then, we switch gears and implement our own data structures from scratch, including linked lists, trees, heaps, hash tables, and graphs.  We learn to traverse trees and graphs, and cover Dijkstra's Shortest Path Algorithm.  The course also includes an entire section devoted to Dynamic Programming.

Here's why this course is worth your time:

  • It's interactive -  I give you a chance to try every problem before I show you my solution.

  • Every single problem has a complete solution walkthrough video as well as accompanying solution file.

  • I cover helpful "tips and tricks" to solve common problems, but we also focus on building an approach to ANY problem.

  • It's full of animations and beautiful diagrams!

Are you looking to level-up your developer skills? Sign up today!

Who this course is for:

  • Anyone preparing for programming interviews
  • Anyone interested in improving their problem solving skills
  • Anyone looking to become a better developer!