JavaScript Algorithms and Data Structures Masterclass | Most Popular udemy Programming Languages Algorithms
The Missing Computer Science and Coding Interview Bootcamp,
Rating: 4.7 out of 5 4.7 ⭐
(23,671 ratings)
129,442 students
JavaScript Algorithms and Data Structures Masterclass | Most Popular Programming Languages Algorithms course |
Description
This course crams months of computer science and interview prep material into 20 hours of video. The content is based directly on last semester of my in-person coding boot camps, 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.