-
Урок 1. 00:05:05How To Succeed In This Course
-
Урок 2. 00:04:02Join Our Online Classroom!
-
Урок 3. 00:04:24ZTM Resources
-
Урок 4. 00:05:40Section Overview
-
Урок 5. 00:05:10Resume
-
Урок 6. 00:17:06Exercise: Resume Walkthrough
-
Урок 7. 00:02:38Resume Review
-
Урок 8. 00:15:04What If I Don't Have Enough Experience?
-
Урок 9. 00:08:23LinkedIn
-
Урок 10. 00:03:24Portfolio
-
Урок 11. 00:08:25Email
-
Урок 12. 00:06:03Where To Find Jobs?
-
Урок 13. 00:03:35When Should You Start Applying?
-
Урок 14. 00:02:18Section Summary
-
Урок 15. 00:02:54Setting Up Your Environment
-
Урок 16. 00:02:25Section Overview
-
Урок 17. 00:06:58What Is Good Code?
-
Урок 18. 00:11:09Big O and Scalability
-
Урок 19. 00:05:40O(n)
-
Урок 20. 00:06:11O(1)
-
Урок 21. 00:05:55Solution: Big O Calculation
-
Урок 22. 00:02:30Solution: Big O Calculation 2
-
Урок 23. 00:01:51Simplifying Big O
-
Урок 24. 00:04:29Big O Rule 1
-
Урок 25. 00:06:38Big O Rule 2
-
Урок 26. 00:03:14Big O Rule 3
-
Урок 27. 00:07:14O(n^2)
-
Урок 28. 00:06:48Big O Rule 4
-
Урок 29. 00:03:20Big O Cheat Sheet
-
Урок 30. 00:05:33What Does This All Mean?
-
Урок 31. 00:01:19O(n!)
-
Урок 32. 00:03:333 Pillars Of Programming
-
Урок 33. 00:02:23Space Complexity
-
Урок 34. 00:06:25Exercise: Space Complexity
-
Урок 35. 00:07:14Exercise: Twitter
-
Урок 36. 00:03:28Optional: Javascript Loops
-
Урок 37. 00:04:44Section Summary
-
Урок 38. 00:05:05Section Overview
-
Урок 39. 00:03:06What Are Companies Looking For?
-
Урок 40. 00:03:28What We Need For Coding Interviews
-
Урок 41. 00:02:32Exercise: Google Interview
-
Урок 42. 00:20:34Exercise: Interview Question
-
Урок 43. 00:23:00Exercise: Interview Question 2
-
Урок 44. 00:01:31Review Google Interview
-
Урок 45. 00:03:37Section Summary
-
Урок 46. 00:01:59Section Overview
-
Урок 47. 00:05:54What Is A Data Structure?
-
Урок 48. 00:12:34How Computers Store Data
-
Урок 49. 00:03:29Data Structures In Different Languages
-
Урок 50. 00:03:06Operations On Data Structures
-
Урок 51. 00:13:52Arrays Introduction
-
Урок 52. 00:06:41Static vs Dynamic Arrays
-
Урок 53. 00:24:53Optional: Classes In Javascript
-
Урок 54. 00:17:20Implementing An Array
-
Урок 55. 00:01:05Strings and Arrays
-
Урок 56. 00:01:36Exercise: Reverse A String
-
Урок 57. 00:10:32Solution: Reverse A String
-
Урок 58. 00:00:45Exercise: Merge Sorted Arrays
-
Урок 59. 00:14:13Solution: Merge Sorted Arrays
-
Урок 60. 00:03:29Arrays Review
-
Урок 61. 00:04:11Hash Tables Introduction
-
Урок 62. 00:05:57Hash Function
-
Урок 63. 00:09:44Hash Collisions
-
Урок 64. 00:03:31Hash Tables In Different Languages
-
Урок 65. 00:03:52Exercise: Implement A Hash Table
-
Урок 66. 00:17:26Solution: Implement A Hash Table
-
Урок 67. 00:06:12keys()
-
Урок 68. 00:02:02Hash Tables VS Arrays
-
Урок 69. 00:01:19Exercise: First Recurring Character
-
Урок 70. 00:16:12Solution: First Recurring Character
-
Урок 71. 00:06:10Hash Tables Review
-
Урок 72. 00:02:27Linked Lists Introduction
-
Урок 73. 00:04:37What Is A Linked List?
-
Урок 74. 00:02:57Exercise: Imposter Syndrome
-
Урок 75. 00:02:06Exercise: Why Linked Lists?
-
Урок 76. 00:05:36Solution: Why Linked Lists?
-
Урок 77. 00:05:46What Is A Pointer?
-
Урок 78. 00:08:39Our First Linked List
-
Урок 79. 00:05:26Solution: append()
-
Урок 80. 00:02:29Solution: prepend()
-
Урок 81. 00:02:42Node Class
-
Урок 82. 00:05:13insert()
-
Урок 83. 00:13:09Solution: insert()
-
Урок 84. 00:05:22Solution: remove()
-
Урок 85. 00:03:19Doubly Linked Lists
-
Урок 86. 00:08:51Solution: Doubly Linked Lists
-
Урок 87. 00:02:41Singly VS Doubly Linked Lists
-
Урок 88. 00:01:31Exercise: reverse()
-
Урок 89. 00:07:39Solution: reverse()
-
Урок 90. 00:05:09Linked Lists Review
-
Урок 91. 00:02:59Stacks + Queues Introduction
-
Урок 92. 00:03:29Stacks
-
Урок 93. 00:03:31Queues
-
Урок 94. 00:03:07Exercise: Stacks VS Queues
-
Урок 95. 00:03:40Solution: Stacks VS Queues
-
Урок 96. 00:24:13Optional: How Javascript Works
-
Урок 97. 00:02:24Exercise: Stack Implementation (Linked Lists)
-
Урок 98. 00:08:59Solution: Stack Implementation (Linked Lists)
-
Урок 99. 00:00:54Exercise: Stack Implementation (Array)
-
Урок 100. 00:03:57Solution: Stack Implementation (Array)
-
Урок 101. 00:01:49Exercise: Queue Implementation
-
Урок 102. 00:07:51Solution: Queue Implementation
-
Урок 103. 00:02:06Queues Using Stacks
-
Урок 104. 00:02:20Stacks + Queues Review
-
Урок 105. 00:06:24Trees Introduction
-
Урок 106. 00:05:46Binary Trees
-
Урок 107. 00:07:01O(log n)
-
Урок 108. 00:06:13Binary Search Trees
-
Урок 109. 00:03:43Balanced VS Unbalanced BST
-
Урок 110. 00:02:27BST Pros and Cons
-
Урок 111. 00:03:58Exercise: Binary Search Tree
-
Урок 112. 00:10:11Solution: insert()
-
Урок 113. 00:04:55Solution: lookup()
-
Урок 114. 00:02:29Extra Exercise: remove()
-
Урок 115. 00:07:42Solution: remove()
-
Урок 116. 00:02:57AVL Trees + Red Black Trees
-
Урок 117. 00:05:37Binary Heaps
-
Урок 118. 00:01:09Quick Note on Heaps
-
Урок 119. 00:05:28Priority Queue
-
Урок 120. 00:03:17Trie
-
Урок 121. 00:00:52Tree Review
-
Урок 122. 00:02:29Graphs Introduction
-
Урок 123. 00:03:33Types Of Graphs
-
Урок 124. 00:02:46Exercise: Guess The Graph
-
Урок 125. 00:05:59Graph Data
-
Урок 126. 00:04:07Exercise: Graph Implementation
-
Урок 127. 00:04:52Solution: Graph Implementation
-
Урок 128. 00:02:05Graphs Review
-
Урок 129. 00:01:53Data Structures Review
-
Урок 130. 00:01:54What Else Is Coming Up?
-
Урок 131. 00:03:52Introduction to Algorithms
-
Урок 132. 00:05:37Recursion Introduction
-
Урок 133. 00:06:18Stack Overflow
-
Урок 134. 00:10:28Anatomy Of Recursion
-
Урок 135. 00:03:26Exercise: Factorial
-
Урок 136. 00:06:21Solution: Factorial
-
Урок 137. 00:02:00Exercise: Fibonacci
-
Урок 138. 00:11:22Solution: Fibonacci
-
Урок 139. 00:04:17Recursive VS Iterative
-
Урок 140. 00:04:01When To Use Recursion
-
Урок 141. 00:02:48Recursion Review
-
Урок 142. 00:07:02Sorting Introduction
-
Урок 143. 00:06:52The Issue With sort()
-
Урок 144. 00:03:39Sorting Algorithms
-
Урок 145. 00:03:47Bubble Sort
-
Урок 146. 00:05:07Solution: Bubble Sort
-
Урок 147. 00:02:40Selection Sort
-
Урок 148. 00:02:24Solution: Selection Sort
-
Урок 149. 00:01:37Dancing Algorithms
-
Урок 150. 00:02:39Insertion Sort
-
Урок 151. 00:02:07Solution: Insertion Sort
-
Урок 152. 00:09:00Merge Sort and O(n log n)
-
Урок 153. 00:04:45Solution: Merge Sort
-
Урок 154. 00:07:41Quick Sort
-
Урок 155. 00:04:41Which Sort Is Best?
-
Урок 156. 00:04:18Radix Sort + Counting Sort
-
Урок 157. 00:01:28Exercise: Sorting Interview
-
Урок 158. 00:07:08Solution: Sorting Interview
-
Урок 159. 00:01:28Sorting In Your Language
-
Урок 160. 00:02:54Sorting Review
-
Урок 161. 00:01:35Searching + Traversal Introduction
-
Урок 162. 00:03:38Linear Search
-
Урок 163. 00:06:06Binary Search
-
Урок 164. 00:03:57Graph + Tree Traversals
-
Урок 165. 00:02:46BFS Introduction
-
Урок 166. 00:03:24DFS Introduction
-
Урок 167. 00:03:21BFS vs DFS
-
Урок 168. 00:00:45Exercise: BFS vs DFS
-
Урок 169. 00:03:17Solution: BFS vs DFS
-
Урок 170. 00:09:16breadthFirstSearch()
-
Урок 171. 00:05:34breadthFirstSearchRecursive()
-
Урок 172. 00:05:22PreOrder, InOrder, PostOrder
-
Урок 173. 00:12:04depthFirstSearch()
-
Урок 174. 00:03:54Graph Traversals
-
Урок 175. 00:02:08BFS in Graphs
-
Урок 176. 00:02:51DFS in Graphs
-
Урок 177. 00:05:12Dijkstra + Bellman-Ford Algorithms
-
Урок 178. 00:04:22Searching + Traversal Review
-
Урок 179. 00:01:52Dynamic Programming Introduction
-
Урок 180. 00:07:48Memoization 1
-
Урок 181. 00:03:57Memoization 2
-
Урок 182. 00:05:34Fibonacci and Dynamic Programming
-
Урок 183. 00:05:48Dynamic Programming
-
Урок 184. 00:09:13Implementing Dynamic Programming
-
Урок 185. 00:04:46Dynamic Programming Review
-
Урок 186. 00:02:39Section Overview
-
Урок 187. 00:09:05During The Interview
-
Урок 188. 00:05:31Tell Me About Yourself
-
Урок 189. 00:05:07Why Us?
-
Урок 190. 00:05:19Tell Me About A Problem You Have Solved
-
Урок 191. 00:02:20What Is Your Biggest Weakness
-
Урок 192. 00:03:25Any Questions For Us?
-
Урок 193. 00:08:12Secret Weapon
-
Урок 194. 00:05:25After The Interview
-
Урок 195. 00:03:57Section Summary
-
Урок 196. 00:02:11Section Overview
-
Урок 197. 00:04:08Handling Rejection
-
Урок 198. 00:09:41Negotiation 101
-
Урок 199. 00:09:04Handling An Offer
-
Урок 200. 00:07:30Handling Multiple Offers
-
Урок 201. 00:07:42Getting A Raise
-
Урок 202. 00:02:10Section Summary
-
Урок 203. 00:00:53Thank You.
-
Урок 204. 00:01:26Coding Problems
-
Урок 205. 00:14:45Contributing To Open Source
-
Урок 206. 00:09:43Contributing To Open Source 2
-
Урок 207. 00:02:00From JTS: Learn to Learn
-
Урок 208. 00:02:44From JTS: Start With Why
-
Урок 209. 00:02:28How To Use Leetcode
-
Урок 210. 00:38:31AMA - 100,000 Students!!
- Категории
- Источники
- Все курсы
- Разделы
- Книги
https://www.designgurus.io/courses