JavaScript Interview Espresso

JavaScript Interview Espresso

English | MP4 | AVC 1920×1080 | AAC 44KHz 2ch | 5h 11m | 3.32 GB

Master the principles of must-know JavaScript algorithms

30+ fully animated videos. For maximum engagement and understanding. All code examples in JavaScript. No translating or learning a new language.

Complicated topics, simplified. Including Big O, Recursion, Data Structures and more. Focused on essential patterns. That you can use and re-use in a range of problems.

A repeatable problem solving process. That you can reliably use on any algorithm.

Tips on what interviewers want. From my experience being an interviewer.

Table of Contents

Why this course was created
About the instructor
How to use this course
A final important word
Big O
1 – First Unique Character
2 – Group Anagrams
3 – Valid Palindrome
4 – Valid Parentheses
5 – Search Insert Position
6 – Rotate Image
7 – Two Sum
8 – Three Sum
OVERVIEW: Linked Lists
9 – Delete Nth Node from End
OVERVIEW: Recursion
10 – Reverse Linked List
11 – Detect Linked List Cycle
OVERVIEW: Binary Trees
12 – Level Order Traversal
13 – Binary Tree Max Depth
14 – Validate Binary Search Tree
15 – Balanced Binary Tree
OVERVIEW: Sorting
16 – Merge Sort
17 – Buy and Sell Stock
18 — Coin Change
19 – Longest Common Subsequence
20 -Subsets
Conclusion & What’s next