FileMood

Download [DesireCourse.Com] Udemy - Python for Data Structures, Algorithms, and Interviews!

DesireCourse Com Udemy Python for Data Structures Algorithms and Interviews

Name

[DesireCourse.Com] Udemy - Python for Data Structures, Algorithms, and Interviews!

 DOWNLOAD Copy Link

Total Size

4.4 GB

Total Files

274

Hash

5D6D592C93F0831F940480E85C6D0DAEA14CBDD4

/01 Course Setup/

001 Course Introduction.mp4

12.6 MB

002 Full Course Curriculum Overview.mp4

11.8 MB

003 How to get help for the Course.html

2.8 KB

004 Course FAQ.html

1.5 KB

/02 Company and Job Types/

005 Company Types Overview.mp4

14.3 MB

006 Job Type Overviews.mp4

27.4 MB

/.../005 Company Types Overview/

company-types-overview.pptm

65.9 KB

/.../006 Job Type Overviews/

job-types-overview.pptm

69.7 KB

/03 Resume Preparation/

007 Resume Preparation.mp4

51.8 MB

008 Resume Creation Tools.mp4

19.0 MB

009 List of Resume Creation Websites.pdf

4.1 KB

010 Resume Checklist Review.html

6.1 KB

/.../007 Resume Preparation/

resume-preparation.pptm

147.6 KB

/04 Online Presence/

011 LinkedIn.mp4

25.9 MB

012 GitHub.mp4

38.1 MB

013 Personal Website and Portfolio.mp4

7.9 MB

/attached_files/011 LinkedIn/

Linked-In-Guide.pptm

108.7 KB

/attached_files/012 GitHub/

GitHub.pptm

61.6 KB

/.../013 Personal Website and Portfolio/

personal-website-and-portfolio.pptm

62.8 KB

/05 Networking/

014 Building a Network.mp4

10.9 MB

015 Networking Events.mp4

5.5 MB

/.../014 Building a Network/

Building-a-Network.pptm

61.5 KB

/.../015 Networking Events/

Networking-Events.pptm

61.5 KB

/06 Job Searching/

016 Organization of Job Search.mp4

19.6 MB

017 Job Search Sites.mp4

21.3 MB

018 List of Job Boards and Sites.html

2.9 KB

019 Company Matching Sites.mp4

12.5 MB

020 List of Company Matching Sites.html

1.1 KB

/.../016 Organization of Job Search/

Job-Search-Tracking-Tool.xlsx

24.1 KB

Organization-of-Job-Search.pptm

66.7 KB

/07 During the Interview Non-Technical/

021 Overview of Interview Section.mp4

1.4 MB

022 5 Steps of an Interview.mp4

13.2 MB

023 Tough Interview Questions.mp4

12.6 MB

024 Questions for Students.mp4

7.2 MB

025 Special Case Interview Questions.mp4

7.1 MB

/.../022 5 Steps of an Interview/

5-steps-of-an-Interview.pptm

64.1 KB

/.../023 Tough Interview Questions/

Tough-Interview-Questions.pptm

71.4 KB

/.../024 Questions for Students/

questions-for-students.pptm

65.6 KB

/.../025 Special Case Interview Questions/

special-case-interview-questions.pptm

68.0 KB

/08 Post Interview/

026 Salary Negotiations.mp4

8.9 MB

027 Salary Questions and Answers.mp4

5.7 MB

028 Preparing References.mp4

5.1 MB

/.../026 Salary Negotiations/

salary-negotiations.pptm

61.7 KB

/09 Technical Break Section/

029 Technical Overview.mp4

4.4 MB

030 Getting Help for the Technical Section.html

1.5 KB

031 Questions Disclosure.html

0.7 KB

/10 Introduction to Jupyter Notebooks/

032 Course Material Installation Guide.html

2.7 KB

033 Windows - Course Material Installations.mp4

25.7 MB

034 Mac OSX - Course Material Installations.mp4

23.3 MB

035 Jupyter Notebooks Overview.mp4

43.7 MB

036 Course Notebooks.mp4

46.7 MB

037 Interview Notebooks.mp4

24.8 MB

/11 Algorithm Analysis and Big O/

038 Algorithm Analysis and Big O Section Overview.mp4

3.2 MB

039 Introduction to Algorithm Analysis and Big O.mp4

32.6 MB

040 Big O Notation.mp4

50.5 MB

041 Big O Examples.mp4

70.2 MB

042 Homework Reading Asssignment.html

0.5 KB

043 Big O for Python Data Structures.mp4

34.7 MB

044 Big-O Reference Cheat Sheet.html

0.5 KB

/quizzes/

001 Algorithm Analysis and Big O Quiz.html

6.0 KB

/12 Array Sequences/

045 Introduction to Array Based Sequences.mp4

7.6 MB

046 Low Level Arrays.mp4

60.8 MB

047 Dynamic Array.mp4

39.8 MB

048 Dynamic Array Excercise.mp4

65.3 MB

049 Amortization.mp4

11.0 MB

050 Interview Problems - Arrays.mp4

6.8 MB

051 Anagram Check - Interview Problem.mp4

8.1 MB

052 Anagram Check - Interview Problem - SOLUTION.mp4

34.1 MB

053 Array Pair Sum - Interview Problem.mp4

4.5 MB

054 Array Pair Sum - Interview Problem - SOLUTION.mp4

36.1 MB

055 Find the Missing Element - Interview Problem.mp4

6.1 MB

056 Find the Missing Element - Interview Problem - SOLUTION.mp4

59.4 MB

057 Largest Continuous Sum - Interview Problem.mp4

5.9 MB

058 Largest Continuous Sum - Interview Problem - SOLUTION.mp4

27.2 MB

059 Sentence Reversal - Interview Problem.mp4

4.8 MB

060 Sentence Reversal - Interview Problem - SOLUTION.mp4

31.8 MB

061 String Compression - Interview Problem.mp4

7.0 MB

062 String Compression - Interview Problem - SOLUTION.mp4

25.4 MB

063 Unique Characters in a String - Interview Problem.mp4

2.5 MB

064 Unique Characters in String - Interview Problem - SOLUTION.mp4

12.9 MB

/13 Stacks Queues and Deques/

065 Stacks Queues and Deques Overview.mp4

2.9 MB

066 Stacks Overview.mp4

11.2 MB

067 Implementation of Stack.mp4

31.7 MB

068 Queue Overview.mp4

9.1 MB

069 Implementation of Queue.mp4

19.6 MB

070 Deque Overview.mp4

4.7 MB

071 Implementation of Deque.mp4

28.7 MB

072 Stacks Queues and Deques Interview Problems.mp4

3.6 MB

073 Implement a Stack - Interview Problem.mp4

3.8 MB

074 Implement a Queue.mp4

2.6 MB

075 Implement a Deque - Interview Problem.mp4

3.4 MB

076 Balanced Parentheses Check - Interview Problem.mp4

12.2 MB

077 Balanced Parentheses Check - Interview Problem - SOLUTION.mp4

46.4 MB

078 Implement a Queue using 2 Stacks - Interview Problem -.mp4

9.7 MB

079 Implement a Queue using 2 Stacks - Interview Problem - SOLUTION.mp4

25.1 MB

/.../066 Stacks Overview/

stacks-overview.pptm

194.8 KB

/.../068 Queue Overview/

queue-overview.pptm

258.4 KB

/.../070 Deque Overview/

deque-overview.mp4

3.4 MB

/14 Linked Lists/

080 Linked Lists Overview.mp4

1.1 MB

081 Singly Linked Lists.mp4

27.3 MB

082 Singly Linked List Implementation.mp4

20.5 MB

083 Doubly Linked Lists.mp4

16.1 MB

084 Doubly Linked List Implementation.mp4

11.5 MB

085 Singly Linked List Cycle Check - Interview Problem.mp4

11.9 MB

086 Singly Linked List Cycle Check - Interview Problem - SOLUTION.mp4

33.8 MB

087 Linked List Reversal - Interview Problem.mp4

16.0 MB

088 Linked List Reversal - Interview Problem - SOLUTION.mp4

27.4 MB

089 Linked List Nth to Last Node - Interview Problem.mp4

9.7 MB

090 Linked List Nth to Last Node - Interview Problem - SOLUTION.mp4

38.1 MB

091 Implement a Linked List - Interview Problem.mp4

5.8 MB

092 Implement a Linked List - Interview Problem - SOLUTION.mp4

7.4 MB

/.../081 Singly Linked Lists/

Singly-Linked-Lists.pptm

274.5 KB

/.../083 Doubly Linked Lists/

Doubly-Linked-Lists.pptm

268.4 KB

/15 Recursion/

093 Introduction to Recursion.mp4

27.7 MB

094 Recursion Homework Example Problems.mp4

34.1 MB

095 Recursion Homework Example Problems - SOLUTIONS.mp4

54.6 MB

096 Memoization.mp4

34.0 MB

097 Recursion Interview Problem - 1.mp4

11.1 MB

098 Recursion Interview Problem - 1 - SOLUTION.mp4

22.5 MB

099 Recursion Interview Problem - 2.mp4

12.1 MB

100 Recursion Interview Problem - 2 - SOLUTION.mp4

56.1 MB

101 Recursion Interview Problem - 3.mp4

27.6 MB

102 Recursion Interview Problem - 3 - SOLUTION.mp4

61.1 MB

103 Recursion Interview Problem - 4.mp4

28.4 MB

104 Recursion Interview Problem - 4 - SOLUTION.mp4

107.4 MB

105 Advanced Topic Reading - Tail Recursion in Python.html

1.1 KB

/16 Trees/

106 Introduction to Trees.mp4

29.6 MB

107 Tree Representation Implementation - Part 1.mp4

3.6 MB

108 Tree Representation Implementation - Part 2.mp4

33.2 MB

109 Nodes and References Implementation.mp4

39.9 MB

110 Tree Traversals.mp4

23.5 MB

111 Priority Queues with Binary Heaps.mp4

6.7 MB

112 Binary Heap Implementation.mp4

78.6 MB

113 Binary Search Trees.mp4

5.7 MB

114 Implementation of Binary Search Trees - Part 1.mp4

62.5 MB

115 Implementation of Binary Search Trees - Part 2.mp4

52.4 MB

116 Binary Search Tree Check - Interview Problem.mp4

11.8 MB

117 Binary Search Tree Check- Interview Problem - SOLUTION.mp4

38.2 MB

118 Tree Level Order Print - Interview Problem.mp4

5.9 MB

119 Tree Level Order Print - Interview Problem - SOLUTION.mp4

43.2 MB

120 Trim a Binary Search Tree - Interview Problem.mp4

10.6 MB

121 Trim a Binary Search Tree - Interview Problem - SOLUTION.mp4

36.8 MB

/.../107 Tree Representation Implementation - Part 1/

Tree-Representation-Implementation.pptm

94.8 KB

/.../109 Nodes and References Implementation/

Nodes-and-References-Implementation.pptm

78.3 KB

/.../110 Tree Traversals/

Tree-Traversals.pptm

209.1 KB

/.../111 Priority Queues with Binary Heaps/

Priority-Queues-with-Binary-Heaps.pptm

61.3 KB

/.../112 Binary Heap Implementation/

Binary-Heap-implementation.pptm

531.6 KB

/.../113 Binary Search Trees/

Binary-search-trees.pptm

57.0 KB

/.../114 Implementation of Binary Search Trees - Part 1/

implement-binary-search-trees.pptm

600.9 KB

/17 Searching and Sorting/

122 Search Overview.mp4

3.1 MB

123 Sequential Search.mp4

9.2 MB

124 Implementation of Sequential Search.mp4

19.3 MB

125 Binary Search.mp4

9.7 MB

126 Implementation of Binary Search.mp4

32.5 MB

127 Hashing.mp4

47.1 MB

128 Implementation of a Hash Table.mp4

92.6 MB

129 Sorting Overview.mp4

3.4 MB

130 Quick Note on Learning Sorting Algorithms.html

1.3 KB

131 Resources for Visualizing Sorting Algorithms.mp4

19.4 MB

132 Bubble Sort.mp4

33.1 MB

133 Implementation of Bubble Sort.mp4

31.9 MB

134 Selection Sort.mp4

24.3 MB

135 Implementation of Selection Sort.mp4

25.3 MB

136 Insertion Sort.mp4

20.3 MB

137 Implementation of Insertion Sort.mp4

33.5 MB

138 Shell Sort.mp4

13.4 MB

139 Implementation of Shell Sort.mp4

36.5 MB

140 Merge Sort.mp4

20.4 MB

141 Implementation of Merge Sort.mp4

50.2 MB

142 Quick Sort.mp4

37.5 MB

143 Implementation of Quick Sort.mp4

52.3 MB

144 Sorting Interview Problems.mp4

4.2 MB

145 Implement Binary Search Interview Problem.mp4

909.4 KB

146 Implement Bubble Sort Algorithm Interview Problem.mp4

880.1 KB

147 Implement Selection Sort Algorithm Interview Problem.mp4

895.3 KB

148 Implement Insertion Sort Algorithm Interview Problem.mp4

827.4 KB

149 Implement Shell Sort Algorithm Interview Problem.mp4

796.2 KB

150 Implement Merge Sort Algorithm Interview Problem.mp4

820.2 KB

151 Implement Quick Sort Algorithm Interview Problem.mp4

1.4 MB

/.../123 Sequential Search/

Sequential-Search.pptm

133.1 KB

/.../125 Binary Search/

Binary-Search.pptm

101.2 KB

/attached_files/127 Hashing/

Hashing.pptm

362.1 KB

/.../132 Bubble Sort/

bubble-sort.pptm

113.4 KB

/.../134 Selection Sort/

selection-sort.pptm

113.4 KB

/.../136 Insertion Sort/

insertion-sort.pptm

250.4 KB

/.../138 Shell Sort/

shell-sort.pptm

292.1 KB

/.../140 Merge Sort/

merge-sort.pptm

209.2 KB

/.../142 Quick Sort/

quick-sort.pptm

145.0 KB

/18 Graph Algorithms/

152 What to Expect in the Graph Section.html

1.3 KB

153 Introduction to Graphs.mp4

26.5 MB

154 Adjacency Matrix and Adjacency List.mp4

17.0 MB

155 Implementation of a Graph Adjacency List.mp4

95.9 MB

156 Word Ladder Example Problem.mp4

23.9 MB

157 Breadth First Search.mp4

45.6 MB

158 Knights Tour Example Problem.mp4

40.6 MB

159 General Depth First Search.mp4

34.3 MB

160 Implementation of Graph Overview.mp4

56.6 MB

161 Implementation of Depth First Search Overview.mp4

37.8 MB

162 Implementation of Breadth First Search Overview.mp4

31.4 MB

163 Implement a Graph - Interview Problem.mp4

2.4 MB

164 Implement Depth First Search - Interview Problem.mp4

1.7 MB

165 Implement Breadth First Search - Interview Problem.mp4

2.0 MB

/.../153 Introduction to Graphs/

Intro-to-graphs.pptm

208.9 KB

/.../154 Adjacency Matrix and Adjacency List/

adjancency-matrix-and-list.pptm

105.0 KB

/.../156 Word Ladder Example Problem/

word-ladder-problem.pptm

137.6 KB

/.../157 Breadth First Search/

breadth-first-search.pptm

317.5 KB

/.../158 Knights Tour Example Problem/

knights-tour.pptm

1.2 MB

/.../159 General Depth First Search/

depth-first-search.pptm

396.7 KB

/19 Riddles/

166 How to Approach Riddles and Brain Teasers.mp4

8.8 MB

167 Bridge Crossing - Interview Problem.mp4

11.3 MB

168 Bridge Crossing - Interview Problem - SOLUTION.mp4

18.3 MB

169 Coins and a Scale - Interview Problem.mp4

3.4 MB

170 Coins and a Scale - Interview Problem - SOLUTION.mp4

15.8 MB

171 Egg Drop - Interview Problem.mp4

9.1 MB

172 Egg Drop - Interview Problem - SOLUTION.mp4

27.4 MB

173 Hallway Lockers - Interview Problem.mp4

9.3 MB

174 Hallway Lockers - Interview Problem - SOLUTION.mp4

49.4 MB

175 Jugs of Water - Interview Problem.mp4

2.0 MB

176 Jugs of Water - Interview Problem - SOLUTION.mp4

8.2 MB

177 Light Switches - Interview Problem.mp4

6.8 MB

178 Light Switches - Interview Problem - SOLUTION.mp4

12.9 MB

179 Ropes Burning - Interview Problem.mp4

4.1 MB

180 Ropes Burning - Interview Problem - SOLUTION.mp4

6.8 MB

/20 Introduction to Mock Interview Section/

181 Mock Interviews Overview.mp4

8.7 MB

182 Non-Technical Questions Guide.mp4

2.0 MB

183 General Non Technical Interview Questions List.html

2.8 KB

184 Questions after an Interview Guide.mp4

15.2 MB

185 List of Questions to Ask after an Interview.html

6.7 KB

/.../184 Questions after an Interview Guide/

mock-interview-questions-to-ask.pptm

73.9 KB

/21 Mock Interview 1 - E-Commerce Company/

186 E-Commerce Company Interview - Overview.mp4

2.7 MB

187 Phone Screen.mp4

5.6 MB

188 On Site Question 1.mp4

14.8 MB

189 On Site Question 2.mp4

11.9 MB

190 On Site Question 3.mp4

10.0 MB

191 Phone Screen -SOLUTION.mp4

30.2 MB

192 On Site Question 1 -SOLUTION.mp4

57.5 MB

193 On Site Question 2 -SOLUTION.mp4

33.7 MB

194 On Site Question 3 -SOLUTION.mp4

44.2 MB

195 Company Specifics Interview.html

9.7 KB

/22 Mock Interview 2 - Large Search Engine Company/

196 Large Search Engine Company Interview Overview.mp4

2.1 MB

197 Phone Screen.mp4

14.3 MB

198 On Site Question 1.mp4

4.0 MB

199 On Site Question 2.mp4

2.8 MB

200 On Site Question 3.mp4

2.0 MB

201 On Site Question 4.mp4

6.7 MB

202 Phone Screen - SOLUTION.mp4

29.7 MB

203 On Site Question 1 -SOLUTION.mp4

11.1 MB

204 On Site Question 2 -SOLUTION.mp4

32.1 MB

205 On Site Question 3 -SOLUTION.mp4

4.9 MB

206 On Site Question 4 -SOLUTION.mp4

49.4 MB

207 Company Specifics Interview.html

8.2 KB

/23 Mock Interview 3 - Ride Share Start-Up Company/

208 Ride Share Start-Up Interview Overview.mp4

1.6 MB

209 Phone Screen.mp4

4.0 MB

210 On Site Question 1.mp4

3.7 MB

211 On Site Question 2.mp4

4.9 MB

212 On Site Question 3.mp4

2.5 MB

213 Phone Screen - SOLUTION.mp4

11.9 MB

214 On Site Question 1 -SOLUTION.mp4

47.7 MB

215 On Site Question 2 -SOLUTION.mp4

22.1 MB

216 On Site Question 3 -SOLUTION.mp4

45.5 MB

217 Company Specifics Resources.html

11.2 KB

/24 Mock Interview 4 - Social Network Company/

218 Social Network Company Interview Overview.mp4

1.4 MB

219 Phone Screen.mp4

6.8 MB

220 On Site Question 1.mp4

7.1 MB

221 On Site Question 2.mp4

5.1 MB

222 On Site Question 3.mp4

5.0 MB

223 Phone Screen - SOLUTION.mp4

10.2 MB

224 On Site Question 1 -SOLUTION.mp4

15.9 MB

225 On Site Question 2 -SOLUTION.mp4

29.5 MB

226 On Site Question 3 -SOLUTION.mp4

16.7 MB

227 Company Specific Resources.html

10.4 KB

/25 Bonus Special Offers/

228 Bonus Offers and Discounts for other Courses.html

1.7 KB

/

[DesireCourse.Com].txt

0.8 KB

[DesireCourse.Com].url

0.1 KB

 

Total files 274


Copyright © 2024 FileMood.com