UD772/01 Get Started Here!/001 How to Get Help.mp4 |
2.3 MB |
UD772/01 Get Started Here!/002 The All Important Coding Interview.mp4 |
8.7 MB |
UD772/01 Get Started Here!/003 Getting Better at Coding Questions.mp4 |
12.1 MB |
UD772/02 A Touch of Setup/004 Don't Skip This Video!.mp4 |
6.7 MB |
UD772/02 A Touch of Setup/005 Environment Setup.mp4 |
4.1 MB |
UD772/02 A Touch of Setup/006 Repo Test Setup.mp4 |
10.7 MB |
UD772/03 String Reversal/008 First Question! Reverse String.mp4 |
6.2 MB |
UD772/03 String Reversal/009 String Reversal, Solution #1.mp4 |
10.9 MB |
UD772/03 String Reversal/010 String Reversal, Solution #2.mp4 |
13.2 MB |
UD772/03 String Reversal/011 String Reversal, Solution #3.mp4 |
13.4 MB |
UD772/03 String Reversal/012 Debugger Statements.mp4 |
22.3 MB |
UD772/04 Palindromes/013 Palindromes.mp4 |
6.7 MB |
UD772/04 Palindromes/014 Palindromes, Solution #1.mp4 |
6.3 MB |
UD772/04 Palindromes/015 Palindromes, Alternate Solution.mp4 |
21 MB |
UD772/05 Integer Reversal/016 Reversing an Int.mp4 |
14.6 MB |
UD772/05 Integer Reversal/017 Reversing an Int Solution.mp4 |
16.1 MB |
UD772/06 MaxChars/018 Max Chars Problem.mp4 |
12.9 MB |
UD772/06 MaxChars/019 Max Chars Character Map.mp4 |
10.4 MB |
UD772/06 MaxChars/020 Max Chars Solution.mp4 |
6.3 MB |
UD772/06 MaxChars/021 Max Chars Solution Continued.mp4 |
9.8 MB |
UD772/07 The Classic FizzBuzz!/022 FizzBuzz Problem Statement.mp4 |
12.3 MB |
UD772/07 The Classic FizzBuzz!/023 Solving FizzBuzz with Style.mp4 |
15.5 MB |
UD772/08 Array Chunking/024 Array Chunk Problem Statement.mp4 |
7.3 MB |
UD772/08 Array Chunking/025 Chunk Solution #1.mp4 |
14.1 MB |
UD772/08 Array Chunking/026 More on Chunk.mp4 |
9.8 MB |
UD772/08 Array Chunking/027 Chunk Solution #2.mp4 |
11.1 MB |
UD772/08 Array Chunking/028 Even More on Chunk!.mp4 |
7.8 MB |
UD772/09 Anagrams/029 What Are Anagrams_.mp4 |
19.7 MB |
UD772/09 Anagrams/030 Solving Anagrams.mp4 |
27.1 MB |
UD772/09 Anagrams/031 Another Way to Tackle Anagrams.mp4 |
20.3 MB |
UD772/10 Sentence Capitalization/032 Understanding Capitalization.mp4 |
9.2 MB |
UD772/10 Sentence Capitalization/033 Capitalization Solution #1.mp4 |
8.9 MB |
UD772/10 Sentence Capitalization/034 How Else Can We Capitalize_.mp4 |
16.1 MB |
UD772/11 Printing Steps/035 The Steps Question.mp4 |
9.9 MB |
UD772/11 Printing Steps/036 Steps Solution #1.mp4 |
15.5 MB |
UD772/11 Printing Steps/037 Steps Solution #1 Continued.mp4 |
12.4 MB |
UD772/11 Printing Steps/038 Step Up Your Steps Game.mp4 |
16.8 MB |
UD772/11 Printing Steps/039 More on Steps.mp4 |
38.2 MB |
UD772/12 Two Sided Steps - Pyramids/040 Pyramids Vs Steps.mp4 |
12.5 MB |
UD772/12 Two Sided Steps - Pyramids/041 Pyramid Solution #1.mp4 |
22.9 MB |
UD772/12 Two Sided Steps - Pyramids/042 Pyramid Solution #2.mp4 |
21.6 MB |
UD772/13 Find The Vowels/043 Get Your Vowels.mp4 |
3.8 MB |
UD772/13 Find The Vowels/044 Finding Vowels.mp4 |
12.4 MB |
UD772/13 Find The Vowels/045 Another Way to Find Vowels.mp4 |
9.4 MB |
UD772/14 Enter the Matrix Spiral/046 General Matrix Spirals.mp4 |
7.8 MB |
UD772/14 Enter the Matrix Spiral/047 Spiral Solution.mp4 |
13.1 MB |
UD772/14 Enter the Matrix Spiral/048 More on Spiral.mp4 |
52.3 MB |
UD772/15 Runtime Complexity/049 What is Runtime Complexity_.mp4 |
14 MB |
UD772/15 Runtime Complexity/050 Determining Complexity.mp4 |
23.5 MB |
UD772/15 Runtime Complexity/051 More on Runtime Complexity.mp4 |
29.7 MB |
UD772/16 Runtime Complexity in Practice - Fibonacci/052 The Fibonacci Series.mp4 |
6 MB |
UD772/16 Runtime Complexity in Practice - Fibonacci/053 Fibonacci Series Iterative Solution.mp4 |
11 MB |
UD772/16 Runtime Complexity in Practice - Fibonacci/054 Fibonacci Series Recursive Solution.mp4 |
23.7 MB |
UD772/16 Runtime Complexity in Practice - Fibonacci/055 Memoi-....Mem-...Memoization!.mp4 |
26.7 MB |
UD772/16 Runtime Complexity in Practice - Fibonacci/056 I Believe Its Memoization!.mp4 |
25.8 MB |
UD772/17 The Queue/057 What's a Data Structure_.mp4 |
8.1 MB |
UD772/17 The Queue/058 The Queue Data Structure.mp4 |
15.9 MB |
UD772/17 The Queue/059 Implementing a Queue.mp4 |
14.9 MB |
UD772/18 Underwater Queue Weaving/060 What's a Weave_.mp4 |
13.4 MB |
UD772/18 Underwater Queue Weaving/061 How to Weave.mp4 |
13.6 MB |
UD772/19 Stack 'Em Up With Stacks/062 Stack Data Structure.mp4 |
11.2 MB |
UD772/19 Stack 'Em Up With Stacks/063 Implementing a Stack.mp4 |
9.1 MB |
UD772/20 Two Become One/064 Queue From Stack Question.mp4 |
8.4 MB |
UD772/20 Two Become One/065 Creating a Queue From Stacks.mp4 |
17.2 MB |
UD772/20 Two Become One/066 More on Queue From Stack.mp4 |
25.7 MB |
UD772/21 Linked Lists/067 What's a Linked List_.mp4 |
13.5 MB |
UD772/21 Linked Lists/068 Exercise Setup.mp4 |
19.1 MB |
UD772/21 Linked Lists/069 Node Implementation.mp4 |
15.5 MB |
UD772/21 Linked Lists/070 Linked List's Constructor.mp4 |
11.5 MB |
UD772/21 Linked Lists/071 Linked Lists's InsertFirst.mp4 |
13.7 MB |
UD772/21 Linked Lists/072 Solving Insert First.mp4 |
16.8 MB |
UD772/21 Linked Lists/073 Sizing a List.mp4 |
7.1 MB |
UD772/21 Linked Lists/074 Solve for Size.mp4 |
12.4 MB |
UD772/21 Linked Lists/075 Get Over Here, GetFirst!.mp4 |
2.7 MB |
UD772/21 Linked Lists/076 Building GetFirst.mp4 |
2.3 MB |
UD772/21 Linked Lists/077 Find Your Tail with GetLast.mp4 |
4.5 MB |
UD772/21 Linked Lists/078 GetLast Implementation.mp4 |
9.3 MB |
UD772/21 Linked Lists/079 Clear that List.mp4 |
3.7 MB |
UD772/21 Linked Lists/080 Clear Solution.mp4 |
4.9 MB |
UD772/21 Linked Lists/081 Where's My Head, RemoveFirst_.mp4 |
4.2 MB |
UD772/21 Linked Lists/082 Building RemoveFirst.mp4 |
6.8 MB |
UD772/21 Linked Lists/083 Bye-Bye Tail with RemoveLast.mp4 |
13.2 MB |
UD772/21 Linked Lists/084 RemoveLast Implementation.mp4 |
17.8 MB |
UD772/21 Linked Lists/085 A New Tail to Tell with InsertLast.mp4 |
9 MB |
UD772/21 Linked Lists/086 Adding InsertLast.mp4 |
9.3 MB |
UD772/21 Linked Lists/087 Pick Em Out with GetAt.mp4 |
7.3 MB |
UD772/21 Linked Lists/088 GetAt Solution.mp4 |
15.7 MB |
UD772/21 Linked Lists/089 Remove Anything with RemoveAt.mp4 |
16.5 MB |
UD772/21 Linked Lists/090 RemoveAt Solution.mp4 |
25.8 MB |
UD772/21 Linked Lists/091 Insert Anywhere with InsertAt.mp4 |
11.8 MB |
UD772/21 Linked Lists/092 InsertAt Solution.mp4 |
22.7 MB |
UD772/21 Linked Lists/093 Code Reuse in Linked Lists.mp4 |
11 MB |
UD772/21 Linked Lists/094 List Traversal Through ForEach.mp4 |
6.4 MB |
UD772/21 Linked Lists/096 Brushup on Generators.mp4 |
45.3 MB |
UD772/21 Linked Lists/097 Linked Lists with Iterators.mp4 |
10.7 MB |
UD772/22 Find the Midpoint/098 Midpoint of a Linked List.mp4 |
25.6 MB |
UD772/22 Find the Midpoint/099 Midpoint Solution.mp4 |
8.1 MB |
UD772/23 Circular Lists_/100 Detecting Linked Lists Loops.mp4 |
17.5 MB |
UD772/23 Circular Lists_/101 Loop Solution.mp4 |
9.4 MB |
UD772/24 Step Back From the Tail/102 From Last Question.mp4 |
14.2 MB |
UD772/24 Step Back From the Tail/103 From Last Solution.mp4 |
6 MB |
UD772/25 Building a Tree/104 Trees Overview.mp4 |
17.9 MB |
UD772/25 Building a Tree/105 Node Implementation.mp4 |
17.5 MB |
UD772/25 Building a Tree/106 More on Nodes.mp4 |
15.1 MB |
UD772/25 Building a Tree/107 Tree Implementation.mp4 |
11.8 MB |
UD772/25 Building a Tree/108 Traverse By Breadth.mp4 |
21.1 MB |
UD772/25 Building a Tree/109 Solving for Breadth-First Traversal.mp4 |
12.5 MB |
UD772/25 Building a Tree/110 Depth First Traversal.mp4 |
11.4 MB |
UD772/25 Building a Tree/111 Solving for Depth-First Traversal.mp4 |
5.8 MB |
UD772/26 Tree Width with Level Width/112 Level Width Declaration.mp4 |
29.9 MB |
UD772/26 Tree Width with Level Width/113 Measuring Level Width.mp4 |
14.8 MB |
UD772/27 My Best Friend, Binary Search Trees/114 What's a Binary Search Tree_.mp4 |
15.9 MB |
UD772/27 My Best Friend, Binary Search Trees/115 Binary Search Tree Implementation.mp4 |
11 MB |
UD772/27 My Best Friend, Binary Search Trees/116 BST Insertion.mp4 |
11.1 MB |
UD772/27 My Best Friend, Binary Search Trees/117 Do You Contain This_.mp4 |
5.9 MB |
UD772/27 My Best Friend, Binary Search Trees/118 Solving Contains.mp4 |
7.8 MB |
UD772/28 Validating a Binary Search Tree/119 How to Validate a Binary Search Tree.mp4 |
12.3 MB |
UD772/28 Validating a Binary Search Tree/120 More on Validation.mp4 |
9.3 MB |
UD772/28 Validating a Binary Search Tree/121 Solution to Validation.mp4 |
32.7 MB |
UD772/29 Back to Javascript - Events/122 What's an Eventing System_.mp4 |
16 MB |
UD772/29 Back to Javascript - Events/123 A Tip on Events.mp4 |
5.2 MB |
UD772/29 Back to Javascript - Events/124 Events Solution.mp4 |
13.6 MB |
UD772/30 Building Twitter - A Design Question/125 How to Build Twitter.mp4 |
34.1 MB |
UD772/31 Sorting With BubbleSort/126 Sorting Algorithm Overview.mp4 |
10.1 MB |
UD772/31 Sorting With BubbleSort/127 BubbleSort Implementation.mp4 |
16.3 MB |
UD772/31 Sorting With BubbleSort/128 BubbleSort Solution.mp4 |
11.3 MB |
UD772/32 Sort By Selection/129 How SelectionSort Works.mp4 |
12.7 MB |
UD772/32 Sort By Selection/130 Selection Sort Solution.mp4 |
11.2 MB |
UD772/33 Ack, MergeSort!/131 MergeSort Overview.mp4 |
14.8 MB |
UD772/33 Ack, MergeSort!/132 The Merge Function.mp4 |
17.1 MB |
UD772/33 Ack, MergeSort!/133 More on MergeSort.mp4 |
14.9 MB |
UD772/33 Ack, MergeSort!/134 I Don't Like Recursion, But Let's Do This Anyways.mp4 |
22.2 MB |