Общая информация
Название [DesireCourse.Com] Udemy - Python for Data Structures, Algorithms, and Interviews!
Тип
Размер 4.14Гб

Файлы в торренте
Обратите внимание, что наш сайт не размещает какие-либо файлы из списка. Вы не можете скачать эти файлы или скачать torrent-файл.
[DesireCourse.Com].txt 754б
[DesireCourse.Com].url 51б
001 Algorithm Analysis and Big O Quiz.html 5.88Кб
001 Course Introduction.mp4 12.06Мб
002 Full Course Curriculum Overview.mp4 11.22Мб
003 How to get help for the Course.html 2.77Кб
004 Course FAQ.html 1.50Кб
005 Company Types Overview.mp4 13.67Мб
006 Job Type Overviews.mp4 26.15Мб
007 Resume Preparation.mp4 49.42Мб
008 Resume Creation Tools.mp4 18.16Мб
009 List of Resume Creation Websites.pdf 4.03Кб
010 Resume Checklist Review.html 5.98Кб
011 LinkedIn.mp4 24.71Мб
012 GitHub.mp4 36.33Мб
013 Personal Website and Portfolio.mp4 7.56Мб
014 Building a Network.mp4 10.36Мб
015 Networking Events.mp4 5.20Мб
016 Organization of Job Search.mp4 18.68Мб
017 Job Search Sites.mp4 20.34Мб
018 List of Job Boards and Sites.html 2.83Кб
019 Company Matching Sites.mp4 11.89Мб
020 List of Company Matching Sites.html 1.06Кб
021 Overview of Interview Section.mp4 1.32Мб
022 5 Steps of an Interview.mp4 12.55Мб
023 Tough Interview Questions.mp4 11.98Мб
024 Questions for Students.mp4 6.85Мб
025 Special Case Interview Questions.mp4 6.75Мб
026 Salary Negotiations.mp4 8.50Мб
027 Salary Questions and Answers.mp4 5.39Мб
028 Preparing References.mp4 4.86Мб
029 Technical Overview.mp4 4.20Мб
030 Getting Help for the Technical Section.html 1.45Кб
031 Questions Disclosure.html 728б
032 Course Material Installation Guide.html 2.59Кб
033 Windows - Course Material Installations.mp4 24.51Мб
034 Mac OSX - Course Material Installations.mp4 22.20Мб
035 Jupyter Notebooks Overview.mp4 41.70Мб
036 Course Notebooks.mp4 44.57Мб
037 Interview Notebooks.mp4 23.63Мб
038 Algorithm Analysis and Big O Section Overview.mp4 3.04Мб
039 Introduction to Algorithm Analysis and Big O.mp4 31.08Мб
040 Big O Notation.mp4 48.15Мб
041 Big O Examples.mp4 66.95Мб
042 Homework Reading Asssignment.html 476б
043 Big O for Python Data Structures.mp4 33.06Мб
044 Big-O Reference Cheat Sheet.html 467б
045 Introduction to Array Based Sequences.mp4 7.28Мб
046 Low Level Arrays.mp4 57.97Мб
047 Dynamic Array.mp4 37.93Мб
048 Dynamic Array Excercise.mp4 62.25Мб
049 Amortization.mp4 10.48Мб
050 Interview Problems - Arrays.mp4 6.46Мб
051 Anagram Check - Interview Problem.mp4 7.70Мб
052 Anagram Check - Interview Problem - SOLUTION.mp4 32.50Мб
053 Array Pair Sum - Interview Problem.mp4 4.27Мб
054 Array Pair Sum - Interview Problem - SOLUTION.mp4 34.46Мб
055 Find the Missing Element - Interview Problem.mp4 5.78Мб
056 Find the Missing Element - Interview Problem - SOLUTION.mp4 56.64Мб
057 Largest Continuous Sum - Interview Problem.mp4 5.60Мб
058 Largest Continuous Sum - Interview Problem - SOLUTION.mp4 25.98Мб
059 Sentence Reversal - Interview Problem.mp4 4.55Мб
060 Sentence Reversal - Interview Problem - SOLUTION.mp4 30.35Мб
061 String Compression - Interview Problem.mp4 6.66Мб
062 String Compression - Interview Problem - SOLUTION.mp4 24.19Мб
063 Unique Characters in a String - Interview Problem.mp4 2.42Мб
064 Unique Characters in String - Interview Problem - SOLUTION.mp4 12.29Мб
065 Stacks Queues and Deques Overview.mp4 2.75Мб
066 Stacks Overview.mp4 10.64Мб
067 Implementation of Stack.mp4 30.23Мб
068 Queue Overview.mp4 8.66Мб
069 Implementation of Queue.mp4 18.74Мб
070 Deque Overview.mp4 4.52Мб
071 Implementation of Deque.mp4 27.42Мб
072 Stacks Queues and Deques Interview Problems.mp4 3.41Мб
073 Implement a Stack - Interview Problem.mp4 3.66Мб
074 Implement a Queue.mp4 2.51Мб
075 Implement a Deque - Interview Problem.mp4 3.24Мб
076 Balanced Parentheses Check - Interview Problem.mp4 11.61Мб
077 Balanced Parentheses Check - Interview Problem - SOLUTION.mp4 44.24Мб
078 Implement a Queue using 2 Stacks - Interview Problem -.mp4 9.22Мб
079 Implement a Queue using 2 Stacks - Interview Problem - SOLUTION.mp4 23.93Мб
080 Linked Lists Overview.mp4 1.03Мб
081 Singly Linked Lists.mp4 26.03Мб
082 Singly Linked List Implementation.mp4 19.54Мб
083 Doubly Linked Lists.mp4 15.34Мб
084 Doubly Linked List Implementation.mp4 10.94Мб
085 Singly Linked List Cycle Check - Interview Problem.mp4 11.38Мб
086 Singly Linked List Cycle Check - Interview Problem - SOLUTION.mp4 32.26Мб
087 Linked List Reversal - Interview Problem.mp4 15.30Мб
088 Linked List Reversal - Interview Problem - SOLUTION.mp4 26.09Мб
089 Linked List Nth to Last Node - Interview Problem.mp4 9.28Мб
090 Linked List Nth to Last Node - Interview Problem - SOLUTION.mp4 36.29Мб
091 Implement a Linked List - Interview Problem.mp4 5.49Мб
092 Implement a Linked List - Interview Problem - SOLUTION.mp4 7.07Мб
093 Introduction to Recursion.mp4 26.44Мб
094 Recursion Homework Example Problems.mp4 32.52Мб
095 Recursion Homework Example Problems - SOLUTIONS.mp4 52.10Мб
096 Memoization.mp4 32.45Мб
097 Recursion Interview Problem - 1.mp4 10.61Мб
098 Recursion Interview Problem - 1 - SOLUTION.mp4 21.44Мб
099 Recursion Interview Problem - 2.mp4 11.57Мб
100 Recursion Interview Problem - 2 - SOLUTION.mp4 53.46Мб
101 Recursion Interview Problem - 3.mp4 26.33Мб
102 Recursion Interview Problem - 3 - SOLUTION.mp4 58.26Мб
103 Recursion Interview Problem - 4.mp4 27.08Мб
104 Recursion Interview Problem - 4 - SOLUTION.mp4 102.43Мб
105 Advanced Topic Reading - Tail Recursion in Python.html 1.09Кб
106 Introduction to Trees.mp4 28.27Мб
107 Tree Representation Implementation - Part 1.mp4 3.41Мб
108 Tree Representation Implementation - Part 2.mp4 31.63Мб
109 Nodes and References Implementation.mp4 38.01Мб
110 Tree Traversals.mp4 22.45Мб
111 Priority Queues with Binary Heaps.mp4 6.40Мб
112 Binary Heap Implementation.mp4 74.96Мб
113 Binary Search Trees.mp4 5.45Мб
114 Implementation of Binary Search Trees - Part 1.mp4 59.64Мб
115 Implementation of Binary Search Trees - Part 2.mp4 49.94Мб
116 Binary Search Tree Check - Interview Problem.mp4 11.23Мб
117 Binary Search Tree Check- Interview Problem - SOLUTION.mp4 36.39Мб
118 Tree Level Order Print - Interview Problem.mp4 5.58Мб
119 Tree Level Order Print - Interview Problem - SOLUTION.mp4 41.17Мб
120 Trim a Binary Search Tree - Interview Problem.mp4 10.07Мб
121 Trim a Binary Search Tree - Interview Problem - SOLUTION.mp4 35.14Мб
122 Search Overview.mp4 3.00Мб
123 Sequential Search.mp4 8.77Мб
124 Implementation of Sequential Search.mp4 18.36Мб
125 Binary Search.mp4 9.26Мб
126 Implementation of Binary Search.mp4 31.04Мб
127 Hashing.mp4 44.88Мб
128 Implementation of a Hash Table.mp4 88.34Мб
129 Sorting Overview.mp4 3.28Мб
130 Quick Note on Learning Sorting Algorithms.html 1.26Кб
131 Resources for Visualizing Sorting Algorithms.mp4 18.51Мб
132 Bubble Sort.mp4 31.59Мб
133 Implementation of Bubble Sort.mp4 30.40Мб
134 Selection Sort.mp4 23.18Мб
135 Implementation of Selection Sort.mp4 24.13Мб
136 Insertion Sort.mp4 19.40Мб
137 Implementation of Insertion Sort.mp4 31.98Мб
138 Shell Sort.mp4 12.80Мб
139 Implementation of Shell Sort.mp4 34.84Мб
140 Merge Sort.mp4 19.46Мб
141 Implementation of Merge Sort.mp4 47.90Мб
142 Quick Sort.mp4 35.81Мб
143 Implementation of Quick Sort.mp4 49.84Мб
144 Sorting Interview Problems.mp4 4.02Мб
145 Implement Binary Search Interview Problem.mp4 888.04Кб
146 Implement Bubble Sort Algorithm Interview Problem.mp4 859.43Кб
147 Implement Selection Sort Algorithm Interview Problem.mp4 874.30Кб
148 Implement Insertion Sort Algorithm Interview Problem.mp4 808.00Кб
149 Implement Shell Sort Algorithm Interview Problem.mp4 777.52Кб
150 Implement Merge Sort Algorithm Interview Problem.mp4 801.01Кб
151 Implement Quick Sort Algorithm Interview Problem.mp4 1.32Мб
152 What to Expect in the Graph Section.html 1.26Кб
153 Introduction to Graphs.mp4 25.26Мб
154 Adjacency Matrix and Adjacency List.mp4 16.19Мб
155 Implementation of a Graph Adjacency List.mp4 91.50Мб
156 Word Ladder Example Problem.mp4 22.76Мб
157 Breadth First Search.mp4 43.45Мб
158 Knights Tour Example Problem.mp4 38.76Мб
159 General Depth First Search.mp4 32.70Мб
160 Implementation of Graph Overview.mp4 54.00Мб
161 Implementation of Depth First Search Overview.mp4 36.04Мб
162 Implementation of Breadth First Search Overview.mp4 29.92Мб
163 Implement a Graph - Interview Problem.mp4 2.25Мб
164 Implement Depth First Search - Interview Problem.mp4 1.59Мб
165 Implement Breadth First Search - Interview Problem.mp4 1.90Мб
166 How to Approach Riddles and Brain Teasers.mp4 8.35Мб
167 Bridge Crossing - Interview Problem.mp4 10.81Мб
168 Bridge Crossing - Interview Problem - SOLUTION.mp4 17.41Мб
169 Coins and a Scale - Interview Problem.mp4 3.21Мб
170 Coins and a Scale - Interview Problem - SOLUTION.mp4 15.02Мб
171 Egg Drop - Interview Problem.mp4 8.64Мб
172 Egg Drop - Interview Problem - SOLUTION.mp4 26.10Мб
173 Hallway Lockers - Interview Problem.mp4 8.90Мб
174 Hallway Lockers - Interview Problem - SOLUTION.mp4 47.14Мб
175 Jugs of Water - Interview Problem.mp4 1.91Мб
176 Jugs of Water - Interview Problem - SOLUTION.mp4 7.86Мб
177 Light Switches - Interview Problem.mp4 6.50Мб
178 Light Switches - Interview Problem - SOLUTION.mp4 12.33Мб
179 Ropes Burning - Interview Problem.mp4 3.87Мб
180 Ropes Burning - Interview Problem - SOLUTION.mp4 6.47Мб
181 Mock Interviews Overview.mp4 8.30Мб
182 Non-Technical Questions Guide.mp4 1.93Мб
183 General Non Technical Interview Questions List.html 2.75Кб
184 Questions after an Interview Guide.mp4 14.46Мб
185 List of Questions to Ask after an Interview.html 6.57Кб
186 E-Commerce Company Interview - Overview.mp4 2.59Мб
187 Phone Screen.mp4 5.34Мб
188 On Site Question 1.mp4 14.15Мб
189 On Site Question 2.mp4 11.37Мб
190 On Site Question 3.mp4 9.52Мб
191 Phone Screen -SOLUTION.mp4 28.81Мб
192 On Site Question 1 -SOLUTION.mp4 54.82Мб
193 On Site Question 2 -SOLUTION.mp4 32.17Мб
194 On Site Question 3 -SOLUTION.mp4 42.13Мб
195 Company Specifics Interview.html 9.47Кб
196 Large Search Engine Company Interview Overview.mp4 1.97Мб
197 Phone Screen.mp4 13.67Мб
198 On Site Question 1.mp4 3.79Мб
199 On Site Question 2.mp4 2.71Мб
200 On Site Question 3.mp4 1.87Мб
201 On Site Question 4.mp4 6.43Мб
202 Phone Screen - SOLUTION.mp4 28.33Мб
203 On Site Question 1 -SOLUTION.mp4 10.62Мб
204 On Site Question 2 -SOLUTION.mp4 30.57Мб
205 On Site Question 3 -SOLUTION.mp4 4.67Мб
206 On Site Question 4 -SOLUTION.mp4 47.12Мб
207 Company Specifics Interview.html 7.98Кб
208 Ride Share Start-Up Interview Overview.mp4 1.56Мб
209 Phone Screen.mp4 3.84Мб
210 On Site Question 1.mp4 3.51Мб
211 On Site Question 2.mp4 4.66Мб
212 On Site Question 3.mp4 2.37Мб
213 Phone Screen - SOLUTION.mp4 11.36Мб
214 On Site Question 1 -SOLUTION.mp4 45.49Мб
215 On Site Question 2 -SOLUTION.mp4 21.05Мб
216 On Site Question 3 -SOLUTION.mp4 43.38Мб
217 Company Specifics Resources.html 10.92Кб
218 Social Network Company Interview Overview.mp4 1.32Мб
219 Phone Screen.mp4 6.48Мб
220 On Site Question 1.mp4 6.77Мб
221 On Site Question 2.mp4 4.83Мб
222 On Site Question 3.mp4 4.79Мб
223 Phone Screen - SOLUTION.mp4 9.77Мб
224 On Site Question 1 -SOLUTION.mp4 15.20Мб
225 On Site Question 2 -SOLUTION.mp4 28.11Мб
226 On Site Question 3 -SOLUTION.mp4 15.96Мб
227 Company Specific Resources.html 10.20Кб
228 Bonus Offers and Discounts for other Courses.html 1.64Кб
5-steps-of-an-Interview.pptm 62.61Кб
adjancency-matrix-and-list.pptm 102.52Кб
Binary-Heap-implementation.pptm 519.19Кб
Binary-Search.pptm 98.80Кб
Binary-search-trees.pptm 55.69Кб
breadth-first-search.pptm 310.07Кб
bubble-sort.pptm 110.75Кб
Building-a-Network.pptm 60.08Кб
company-types-overview.pptm 64.31Кб
depth-first-search.pptm 387.42Кб
deque-overview.mp4 3.27Мб
Doubly-Linked-Lists.pptm 262.14Кб
GitHub.pptm 60.19Кб
Hashing.pptm 353.66Кб
implement-binary-search-trees.pptm 586.82Кб
insertion-sort.pptm 244.57Кб
Intro-to-graphs.pptm 204.00Кб
Job-Search-Tracking-Tool.xlsx 23.54Кб
job-types-overview.pptm 68.10Кб
knights-tour.pptm 1.11Мб
Linked-In-Guide.pptm 106.11Кб
merge-sort.pptm 204.32Кб
mock-interview-questions-to-ask.pptm 72.13Кб
Networking-Events.pptm 60.03Кб
Nodes-and-References-Implementation.pptm 76.51Кб
Organization-of-Job-Search.pptm 65.17Кб
personal-website-and-portfolio.pptm 61.32Кб
Priority-Queues-with-Binary-Heaps.pptm 59.91Кб
questions-for-students.pptm 64.07Кб
queue-overview.pptm 252.37Кб
quick-sort.pptm 141.61Кб
resume-preparation.pptm 144.17Кб
salary-negotiations.pptm 60.26Кб
selection-sort.pptm 110.74Кб
Sequential-Search.pptm 129.95Кб
shell-sort.pptm 285.27Кб
Singly-Linked-Lists.pptm 268.05Кб
special-case-interview-questions.pptm 66.45Кб
stacks-overview.pptm 190.23Кб
Tough-Interview-Questions.pptm 69.73Кб
Tree-Representation-Implementation.pptm 92.59Кб
Tree-Traversals.pptm 204.16Кб
word-ladder-problem.pptm 134.40Кб
Статистика распространения по странам
Всего 0
Список IP Полный список IP-адресов, которые скачивают или раздают этот торрент