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