Filename Size 1. Introduction/1. Curriculum Walkthrough.mp4 145.9 MB 1. Introduction/1. Curriculum Walkthrough.srt 13.1 KB 1. Introduction/1. Curriculum Walkthrough.vtt 11.3 KB 1. Introduction/2. What Order Should You Watch In.mp4 53.4 MB 1. Introduction/2. What Order Should You Watch In.srt 4.6 KB 1. Introduction/2. What Order Should You Watch In.vtt 4 KB 1. Introduction/3. How I'm Running My Code.mp4 56.3 MB 1. Introduction/3. How I'm Running My Code.srt 5.6 KB 1. Introduction/3. How I'm Running My Code.vtt 4.8 KB 2. Big O Notation/1. Intro to Big O.mp4 30.4 MB 2. Big O Notation/1. Intro to Big O.srt 12.3 KB 2. Big O Notation/1. Intro to Big O.vtt 10.8 KB 2. Big O Notation/1.1 BIG O Slides.html 109 B 2. Big O Notation/10. Big O Space Complexity Quiz.html 152 B 2. Big O Notation/11. Logs and Section Recap.mp4 31.2 MB 2. Big O Notation/11. Logs and Section Recap.srt 13.4 KB 2. Big O Notation/11. Logs and Section Recap.vtt 11.7 KB 2. Big O Notation/2. Timing Our Code.mp4 46.4 MB 2. Big O Notation/2. Timing Our Code.srt 16.4 KB 2. Big O Notation/2. Timing Our Code.vtt 14.2 KB 2. Big O Notation/2.1 add_up_to_slower.js.js 245 B 2. Big O Notation/2.2 add_up_to_faster.js.js 197 B 2. Big O Notation/3. Counting Operations.mp4 20.5 MB 2. Big O Notation/3. Counting Operations.srt 6.6 KB 2. Big O Notation/3. Counting Operations.vtt 5.8 KB 2. Big O Notation/4. Visualizing Time Complexities.mp4 24.2 MB 2. Big O Notation/4. Visualizing Time Complexities.srt 6.5 KB 2. Big O Notation/4. Visualizing Time Complexities.vtt 5.7 KB 2. Big O Notation/4.1 Performance Tracker Tool.html 111 B 2. Big O Notation/5. Official Intro to Big O.mp4 51.7 MB 2. Big O Notation/5. Official Intro to Big O.srt 14.6 KB 2. Big O Notation/5. Official Intro to Big O.vtt 12.6 KB 2. Big O Notation/6. Simplifying Big O Expressions.mp4 36 MB 2. Big O Notation/6. Simplifying Big O Expressions.srt 13.6 KB 2. Big O Notation/6. Simplifying Big O Expressions.vtt 11.9 KB 2. Big O Notation/7. Big O Time Complexity Quiz.html 152 B 2. Big O Notation/8. Big O Time Complexity Quiz 2.html 152 B 2. Big O Notation/9. Space Complexity.mp4 25.7 MB 2. Big O Notation/9. Space Complexity.srt 10.1 KB 2. Big O Notation/9. Space Complexity.vtt 8.8 KB 28. Dijkstra's Algorithm!/8. Implementing Dijkstra's Algorithm.mp4 193.9 MB 3. Analyzing Performance of Arrays and Objects/1. PREREQUISITES.html 220 B 3. Analyzing Performance of Arrays and Objects/2. Section Introduction.mp4 7.6 MB 3. Analyzing Performance of Arrays and Objects/2. Section Introduction.srt 3.2 KB 3. Analyzing Performance of Arrays and Objects/2. Section Introduction.vtt 2.8 KB 3. Analyzing Performance of Arrays and Objects/2.1 SLIDES.html 122 B 3. Analyzing Performance of Arrays and Objects/3. The BIG O of Objects.mp4 25.1 MB 3. Analyzing Performance of Arrays and Objects/3. The BIG O of Objects.srt 8.7 KB 3. Analyzing Performance of Arrays and Objects/3. The BIG O of Objects.vtt 7.6 KB 3. Analyzing Performance of Arrays and Objects/4. Object Operations Quiz.html 151 B 3. Analyzing Performance of Arrays and Objects/5. When are Arrays Slow.mp4 23.5 MB 3. Analyzing Performance of Arrays and Objects/5. When are Arrays Slow.srt 10.7 KB 3. Analyzing Performance of Arrays and Objects/5. When are Arrays Slow.vtt 9.3 KB 3. Analyzing Performance of Arrays and Objects/6. Big O of Array Methods.mp4 38.3 MB 3. Analyzing Performance of Arrays and Objects/6. Big O of Array Methods.srt 9.6 KB 3. Analyzing Performance of Arrays and Objects/6. Big O of Array Methods.vtt 8.4 KB 3. Analyzing Performance of Arrays and Objects/7. Array Operations Quiz.html 151 B 4. Problem Solving Approach/1. PREREQUISITES.html 220 B 4. Problem Solving Approach/2. Introduction to Problem Solving.mp4 33.3 MB 4. Problem Solving Approach/2. Introduction to Problem Solving.srt 11.8 KB 4. Problem Solving Approach/2. Introduction to Problem Solving.vtt 10.3 KB 4. Problem Solving Approach/2.1 SLIDES.html 119 B 4. Problem Solving Approach/3. Step 1 Understand The Problem.mp4 54.4 MB 4. Problem Solving Approach/3. Step 1 Understand The Problem.srt 13.9 KB 4. Problem Solving Approach/3. Step 1 Understand The Problem.vtt 12.1 KB 4. Problem Solving Approach/4. Step 2 Concrete Examples.mp4 27.7 MB 4. Problem Solving Approach/4. Step 2 Concrete Examples.srt 10.8 KB 4. Problem Solving Approach/4. Step 2 Concrete Examples.vtt 9.3 KB 4. Problem Solving Approach/5. Step 3 Break It Down.mp4 49.1 MB 4. Problem Solving Approach/5. Step 3 Break It Down.srt 12.1 KB 4. Problem Solving Approach/5. Step 3 Break It Down.vtt 10.5 KB 4. Problem Solving Approach/6. Step 4 Solve Or Simplify.mp4 71.5 MB 4. Problem Solving Approach/6. Step 4 Solve Or Simplify.srt 15.8 KB 4. Problem Solving Approach/6. Step 4 Solve Or Simplify.vtt 13.8 KB 4. Problem Solving Approach/7. Step 5 Look Back and Refactor.mp4 85.8 MB 4. Problem Solving Approach/7. Step 5 Look Back and Refactor.srt 26.7 KB 4. Problem Solving Approach/7. Step 5 Look Back and Refactor.vtt 23.1 KB 4. Problem Solving Approach/8. Recap and Interview Strategies.mp4 14.7 MB 4. Problem Solving Approach/8. Recap and Interview Strategies.srt 7.4 KB 4. Problem Solving Approach/8. Recap and Interview Strategies.vtt 6.4 KB 5. Problem Solving Patterns/1. PREREQUISITES.html 290 B 5. Problem Solving Patterns/2. Intro to Problem Solving Patterns.mp4 12.2 MB 5. Problem Solving Patterns/2. Intro to Problem Solving Patterns.srt 5.1 KB 5. Problem Solving Patterns/2. Intro to Problem Solving Patterns.vtt 4.5 KB 5. Problem Solving Patterns/2.1 SLIDES.html 119 B 5. Problem Solving Patterns/3. Frequency Counter Pattern.mp4 85.6 MB 5. Problem Solving Patterns/3. Frequency Counter Pattern.srt 23.3 KB 5. Problem Solving Patterns/3. Frequency Counter Pattern.vtt 20 KB 5. Problem Solving Patterns/3.1 same_refactored_solution.js.js 712 B 5. Problem Solving Patterns/3.2 same_naive_solution.js.js 375 B 5. Problem Solving Patterns/4. Frequency Counter Anagram Challenge.mp4 19.5 MB 5. Problem Solving Patterns/4. Frequency Counter Anagram Challenge.srt 4.3 KB 5. Problem Solving Patterns/4. Frequency Counter Anagram Challenge.vtt 3.7 KB 5. Problem Solving Patterns/5. Frequency Counter - validAnagram.html 152 B 5. Problem Solving Patterns/6. Anagram Challenge Solution.mp4 44.1 MB 5. Problem Solving Patterns/6. Anagram Challenge Solution.srt 9.7 KB 5. Problem Solving Patterns/6. Anagram Challenge Solution.vtt 8.4 KB 5. Problem Solving Patterns/6.1 anagram.js.js 669 B