FileMood

Download UD406

UD406

Name

UD406

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

1.6 GB

Total Files

139

Hash

0FA8D84497C69916234988FC4CED6B5FC92BA36F

/01 Welcome/

001 How to get the most out of this course.mp4

3.2 MB

002 Where to get the code.mp4

3.0 MB

003 Link to Github Repo.html

1.1 KB

004 Help Setting Up intelliJ.html

1.6 KB

/02 Arrays/

005 Whats so special about Arrays.mp4

3.1 MB

006 Data Structures vs APIs.mp4

2.3 MB

007 Three things you need to know about Arrays.mp4

1.8 MB

008 The Arrays Killer Feature.mp4

1.6 MB

009 How to insert into an Array.mp4

5.2 MB

010 How to delete an Array element.mp4

2.3 MB

011 Deleting the Last Element.html

2.2 KB

012 How to resize Arrays dynamically.mp4

6.5 MB

013 Lab Lets build a Dynamic Array from scratch.mp4

41.5 MB

014 What you need to know for the interview.mp4

2.4 MB

/03 Linked Lists/

015 What is a Linked List.mp4

3.2 MB

016 What makes a Linked List different from an Array.mp4

3.5 MB

017 Add Front.mp4

12.7 MB

018 Get First Get Last.mp4

10.8 MB

019 Add back.mp4

4.7 MB

020 Size.mp4

8.1 MB

021 Clear.mp4

4.0 MB

022 Delete With Value.mp4

10.9 MB

023 Double Linked Lists.mp4

1.6 MB

024 What you need to know for the interview.mp4

2.6 MB

025 Super Common Interview Question.mp4

3.8 MB

/04 Big O Notation/

026 What is Big O Notation.mp4

5.7 MB

027 Common-Runtimes.pdf

109.5 KB

027 Must know Big O runtimes.mp4

8.9 MB

028 The Big O Cheat Sheet.mp4

11.6 MB

029 Lab Testing ourselves on our Big O Notation.mp4

68.2 MB

030 What you need to know for the interview.mp4

2.5 MB

/05 Stacks Queues/

031 What are Stacks and Queues.mp4

2.1 MB

032 What is the Stack and Queue killer feature.mp4

1.1 MB

033 How to push and pop onto a Stack.mp4

4.5 MB

034 How to add and remove from a Queue.mp4

6.2 MB

035 Visualizing adding to a Queue.html

3.5 KB

036 Runtime characteristics of Stacks and Queues.mp4

995.1 KB

037 What you need to know for the interview.mp4

1.3 MB

/06 Hash Tables/

038 What so great about Hash Tables.mp4

1.8 MB

039 How does hashing work.mp4

2.1 MB

040 How do you convert a hash into its index.mp4

1.7 MB

041 Beep beep How to deal with collisions.mp4

1.4 MB

042 Runtime characteristics of Hash Tables.mp4

1.1 MB

043 Lab How to build a Hash Table from scratch.mp4

22.5 MB

044 What you need to know for the interview.mp4

2.6 MB

/07 Binary Trees/

045 What is a Binary Tree.mp4

5.1 MB

046 How does find work.mp4

12.7 MB

047 How do you insert into a Binary Search Tree.mp4

15.7 MB

048 How do you find the minimum in a Binary Search Tree.mp4

2.8 MB

049 How does delete work in a Binary Search Tree.mp4

58.9 MB

050 Links that help.html

3.6 KB

051 What are some different ways you can traverse Binary Trees.mp4

10.4 MB

052 Runtime characteristic of Binary Search Tree.mp4

1.4 MB

053 What you need to know for the interview.mp4

2.9 MB

/08 Binary Heaps/

054 What are Binary Heaps and what are they good for.mp4

2.9 MB

055 How do Binary Heaps work.mp4

3.2 MB

056 How do you insert into a Binary Heap.mp4

1.8 MB

057 How do you extract the max.mp4

1.7 MB

058 Larger Nodes Near the Bottom.html

1.9 KB

059 What makes the Binary Heap so amazing.mp4

2.6 MB

060 Lab How to build a Binary Heap from scratch.mp4

14.5 MB

061 Runtime characteristics of Binary Heap.mp4

4.6 MB

062 What you need to know for the interview.mp4

4.6 MB

/09 AVL Red-Black Trees/

063 What is an AVL Tree.mp4

18.6 MB

064 AVL Tree in code.mp4

36.3 MB

065 What you need to know about AVL for the interview.mp4

6.7 MB

066 What is the Red-Black Tree.mp4

27.4 MB

067 AVL Red-Black Tree Interview Questions.mp4

23.1 MB

068 What you need to know about Red-Black for your interview.mp4

3.5 MB

/10 Fibonacci Series Memoization/

069 Houston we have a problem.mp4

1.4 MB

070 Whats a Fibonacci series.mp4

14.4 MB

071 Whats memoization and how can it help.mp4

3.9 MB

072 Lab How to build a memoized Fibonacci series from scratch.mp4

2.5 MB

073 Lab Real Life Recursion.mp4

18.7 MB

074 What you need to know for the interview.mp4

1.8 MB

/11 Sorting Algorithms/

075 What is the Bubble Sort.mp4

8.8 MB

076 Bubble Sort in code.mp4

1.7 MB

077 Runtime characteristic of Bubble Sort.mp4

1.7 MB

078 What is Merge Sort.mp4

4.1 MB

079 Merge Sort in code.mp4

59.6 MB

080 Runtime characteristic of Merge Sort.mp4

926.0 KB

081 What is Quicksort.mp4

6.1 MB

082 Quicksort in code.mp4

3.8 MB

083 Runtime characteristic of Quicksort.mp4

1.2 MB

084 What you need to know for the interview.mp4

7.4 MB

/12 Graphs/

085 What exactly are graphs.mp4

18.3 MB

086 What does the graph data structure look like.mp4

42.3 MB

087 Breadth First Search (BFS).mp4

36.1 MB

088 Lab Breadth First from scratch.mp4

58.0 MB

089 Depth First Search (DFS).mp4

20.6 MB

090 Lab Depth First from scratch.mp4

40.3 MB

091 What you need to know for the interview.mp4

10.3 MB

/13 The Interview Process/

092 The Culture Interview.mp4

3.8 MB

093 The Systems Interview.mp4

3.8 MB

094 The Programming Interview.mp4

4.8 MB

095 Tips for interviewing well.mp4

9.3 MB

096 Next steps - where to go from here.mp4

6.1 MB

/14 Commonly asked coding interview questions/

097 Introduction to coding questions.mp4

5.2 MB

098 Unique Characters.mp4

5.5 MB

099 Permutations.mp4

6.7 MB

100 URLify.mp4

3.1 MB

101 One Away.mp4

5.6 MB

102 Compressor.mp4

21.9 MB

103 Remove Duplicates.mp4

3.4 MB

104 Sum lists.mp4

7.2 MB

105 Loop detection.mp4

5.5 MB

106 Subtree Checker.mp4

6.8 MB

107 Paths with Sums.mp4

11.6 MB

108 Minimum Stack in O(1).mp4

5.8 MB

109 Stack of Plates.mp4

4.6 MB

/15 The Classics/

110 Palindromes.mp4

5.1 MB

111 FizzBuzz.mp4

3.9 MB

112 Ransom Note.mp4

6.4 MB

113 Caesar Cipher.mp4

15.0 MB

114 Sieve of Eratosthenes.mp4

54.7 MB

115 String Reversal.mp4

3.1 MB

116 Integer Reversal.mp4

4.5 MB

117 Anagrams.mp4

7.0 MB

/16 NEW Interviews/

118 Intro.mp4

1.2 MB

119 Credit Card Processing.mp4

168.9 MB

120 Credit Card Processing Links.html

2.7 KB

/17 The Facebook Interview/

121 FaceBook Intro.mp4

1.2 MB

122 FaceBook Question 1.mp4

40.8 MB

123 FaceBook Question 2.mp4

3.4 MB

124 FaceBook Question 3.mp4

14.2 MB

125 Shallow vs Deep Copy.html

3.2 KB

126 FaceBook Question 4.mp4

17.5 MB

127 FaceBook - What you need to know.mp4

9.0 MB

/18 The Amazon Interview/

128 Amazon Intro.mp4

2.3 MB

129 Setting the Stage.mp4

4.1 MB

130 Amazon Question 1.mp4

6.4 MB

131 Amazon Question 2.mp4

16.2 MB

132 Amazon Question 1 Answer.mp4

27.6 MB

133 Amazon Question 2 Answer.mp4

67.1 MB

134 The Good.mp4

22.0 MB

135 The Bad.mp4

39.1 MB

/19 Bonus Material/

136 Cheat Sheet.html

1.0 KB

136 Cheat-Sheet.pdf

9.0 MB

137 Extra Questions.html

1.8 KB

 

Total files 139


Copyright © 2025 FileMood.com