本站已收录 番号和无损神作磁力链接/BT种子 

[DesireCourse.Net] Udemy - Master the Coding Interview Data Structures + Algorithms

种子简介

种子名称: [DesireCourse.Net] Udemy - Master the Coding Interview Data Structures + Algorithms
文件类型: 视频
文件数目: 207个文件
文件大小: 12.54 GB
收录时间: 2020-3-4 16:53
已经下载: 3
资源热度: 127
最近下载: 2024-5-24 11:21

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:59d21869f004bb2fc2317664bd700b18ab3f45ba&dn=[DesireCourse.Net] Udemy - Master the Coding Interview Data Structures + Algorithms 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[DesireCourse.Net] Udemy - Master the Coding Interview Data Structures + Algorithms.torrent
  • 01 Introduction/001 How To Succeed In This Course.mp476.18MB
  • 02 Getting More Interviews/004 Section Overview.mp496.12MB
  • 02 Getting More Interviews/005 Resume.mp477.47MB
  • 02 Getting More Interviews/006 Exercise Resume Walkthrough.mp4193.95MB
  • 02 Getting More Interviews/007 Resume Review.mp444.6MB
  • 02 Getting More Interviews/009 What If I Dont Have Enough Experience.mp4202.83MB
  • 02 Getting More Interviews/011 LinkedIn.mp492.58MB
  • 02 Getting More Interviews/013 Portfolio.mp443.38MB
  • 02 Getting More Interviews/015 Email.mp4116.05MB
  • 02 Getting More Interviews/017 Where To Find Jobs.mp479.47MB
  • 02 Getting More Interviews/019 When Should You Start Applying.mp460.73MB
  • 02 Getting More Interviews/020 Section Summary.mp440.5MB
  • 03 Big O/022 Setting Up Your Environment.mp422.45MB
  • 03 Big O/023 Section Overview.mp436.8MB
  • 03 Big O/025 What Is Good Code.mp470.2MB
  • 03 Big O/026 Big O and Scalability.mp4105.62MB
  • 03 Big O/027 O(n).mp470.64MB
  • 03 Big O/028 O(1).mp479.14MB
  • 03 Big O/030 Solution Big O Calculation.mp428.5MB
  • 03 Big O/032 Solution Big O Calculation 2.mp415.6MB
  • 03 Big O/033 Simplifying Big O.mp419.02MB
  • 03 Big O/034 Big O Rule 1.mp443.05MB
  • 03 Big O/035 Big O Rule 2.mp461.61MB
  • 03 Big O/036 Big O Rule 3.mp420.09MB
  • 03 Big O/037 O(n2).mp451.32MB
  • 03 Big O/038 Big O Rule 4.mp456.55MB
  • 03 Big O/039 Big O Cheat Sheet.mp420.15MB
  • 03 Big O/040 What Does This All Mean.mp475.34MB
  • 03 Big O/041 O(n).mp419.45MB
  • 03 Big O/042 3 Pillars Of Programming.mp461.56MB
  • 03 Big O/043 Space Complexity.mp434.31MB
  • 03 Big O/044 Exercise Space Complexity.mp432.93MB
  • 03 Big O/045 Exercise Twitter.mp438.62MB
  • 03 Big O/046 Optional Javascript Loops.mp424.24MB
  • 03 Big O/047 Section Summary.mp475.14MB
  • 04 How To Solve Coding Problems/048 Section Overview.mp480.86MB
  • 04 How To Solve Coding Problems/049 What Are Companies Looking For.mp453.84MB
  • 04 How To Solve Coding Problems/050 What We Need For Coding Interviews.mp458.29MB
  • 04 How To Solve Coding Problems/051 Exercise Google Interview.mp425.48MB
  • 04 How To Solve Coding Problems/052 Exercise Interview Question.mp4198.54MB
  • 04 How To Solve Coding Problems/053 Exercise Interview Question 2.mp4232.14MB
  • 04 How To Solve Coding Problems/054 Review Google Interview.mp416.71MB
  • 04 How To Solve Coding Problems/056 Section Summary.mp452.15MB
  • 05 Data Structures Introduction/057 Section Overview.mp432.51MB
  • 05 Data Structures Introduction/058 What Is A Data Structure.mp496.37MB
  • 05 Data Structures Introduction/059 How Computers Store Data.mp4204.83MB
  • 05 Data Structures Introduction/060 Data Structures In Different Languages.mp430.93MB
  • 05 Data Structures Introduction/061 Operations On Data Structures.mp444.35MB
  • 06 Data Structures Arrays/062 Arrays Introduction.mp498.35MB
  • 06 Data Structures Arrays/063 Static vs Dynamic Arrays.mp455.62MB
  • 06 Data Structures Arrays/065 Optional Classes In Javascript.mp4216.32MB
  • 06 Data Structures Arrays/066 Implementing An Array.mp4113.57MB
  • 06 Data Structures Arrays/067 Strings and Arrays.mp411.46MB
  • 06 Data Structures Arrays/068 Exercise Reverse A String.mp46MB
  • 06 Data Structures Arrays/069 Solution Reverse A String.mp468.24MB
  • 06 Data Structures Arrays/070 Exercise Merge Sorted Arrays.mp42.61MB
  • 06 Data Structures Arrays/071 Solution Merge Sorted Arrays.mp490.11MB
  • 06 Data Structures Arrays/073 Arrays Review.mp447.6MB
  • 07 Data Structures Hash Tables/074 Hash Tables Introduction.mp467.59MB
  • 07 Data Structures Hash Tables/075 Hash Function.mp4106.1MB
  • 07 Data Structures Hash Tables/076 Hash Collisions.mp484.99MB
  • 07 Data Structures Hash Tables/077 Hash Tables In Different Languages.mp427.05MB
  • 07 Data Structures Hash Tables/078 Exercise Implement A Hash Table.mp423.97MB
  • 07 Data Structures Hash Tables/079 Solution Implement A Hash Table.mp4122.75MB
  • 07 Data Structures Hash Tables/080 keys().mp450.83MB
  • 07 Data Structures Hash Tables/081 Hash Tables VS Arrays.mp429.77MB
  • 07 Data Structures Hash Tables/082 Exercise First Recurring Character.mp45.66MB
  • 07 Data Structures Hash Tables/083 Solution First Recurring Character.mp4105.39MB
  • 07 Data Structures Hash Tables/085 Hash Tables Review.mp482.34MB
  • 08 Data Structures Linked Lists/086 Linked Lists Introduction.mp442.76MB
  • 08 Data Structures Linked Lists/087 What Is A Linked List.mp451.76MB
  • 08 Data Structures Linked Lists/088 Exercise Why Linked Lists.mp46.77MB
  • 08 Data Structures Linked Lists/089 Solution Why Linked Lists.mp494.74MB
  • 08 Data Structures Linked Lists/090 What Is A Pointer.mp430.09MB
  • 08 Data Structures Linked Lists/091 Our First Linked List.mp444.89MB
  • 08 Data Structures Linked Lists/092 Solution append().mp439.4MB
  • 08 Data Structures Linked Lists/093 Solution prepend().mp419.52MB
  • 08 Data Structures Linked Lists/094 Node Class.mp423.02MB
  • 08 Data Structures Linked Lists/095 insert().mp445.27MB
  • 08 Data Structures Linked Lists/097 Solution insert().mp4106.78MB
  • 08 Data Structures Linked Lists/098 Solution remove().mp444.08MB
  • 08 Data Structures Linked Lists/099 Doubly Linked Lists.mp455.11MB
  • 08 Data Structures Linked Lists/101 Solution Doubly Linked Lists.mp479.91MB
  • 08 Data Structures Linked Lists/102 Singly VS Doubly Linked Lists.mp447.19MB
  • 08 Data Structures Linked Lists/103 Exercise reverse().mp411.43MB
  • 08 Data Structures Linked Lists/104 Solution reverse().mp455.55MB
  • 08 Data Structures Linked Lists/105 Linked Lists Review.mp475.22MB
  • 09 Data Structures Stacks Queues/106 Stacks Queues Introduction.mp452.12MB
  • 09 Data Structures Stacks Queues/107 Stacks.mp454.04MB
  • 09 Data Structures Stacks Queues/108 Queues.mp455.56MB
  • 09 Data Structures Stacks Queues/109 Exercise Stacks VS Queues.mp411.77MB
  • 09 Data Structures Stacks Queues/110 Solution Stacks VS Queues.mp414.4MB
  • 09 Data Structures Stacks Queues/112 Optional How Javascript Works.mp4165.4MB
  • 09 Data Structures Stacks Queues/113 Exercise Stack Implementation (Linked Lists).mp414.34MB
  • 09 Data Structures Stacks Queues/114 Solution Stack Implementation (Linked Lists).mp466.76MB
  • 09 Data Structures Stacks Queues/115 Exercise Stack Implementation (Array).mp48.13MB
  • 09 Data Structures Stacks Queues/116 Solution Stack Implementation (Array).mp428.41MB
  • 09 Data Structures Stacks Queues/117 Exercise Queue Implementation.mp49.5MB
  • 09 Data Structures Stacks Queues/118 Solution Queue Implementation.mp459.46MB
  • 09 Data Structures Stacks Queues/119 Queues Using Stacks.mp417.86MB
  • 09 Data Structures Stacks Queues/120 Stacks Queues Review.mp436.16MB
  • 10 Data Structures Trees/121 Trees Introduction.mp490.11MB
  • 10 Data Structures Trees/122 Binary Trees.mp485.7MB
  • 10 Data Structures Trees/123 O(log n).mp460.24MB
  • 10 Data Structures Trees/125 Binary Search Trees.mp474.14MB
  • 10 Data Structures Trees/126 Balanced VS Unbalanced BST.mp437.37MB
  • 10 Data Structures Trees/127 BST Pros and Cons.mp443.24MB
  • 10 Data Structures Trees/128 Exercise Binary Search Tree.mp426.64MB
  • 10 Data Structures Trees/129 Solution insert().mp482.64MB
  • 10 Data Structures Trees/130 Solution lookup().mp442.8MB
  • 10 Data Structures Trees/131 Bonus Exercise remove().mp412.88MB
  • 10 Data Structures Trees/132 Solution remove().mp455.26MB
  • 10 Data Structures Trees/133 AVL Trees Red Black Trees.mp416.25MB
  • 10 Data Structures Trees/135 Binary Heaps.mp466.06MB
  • 10 Data Structures Trees/136 Quick Note on Heaps.mp417.4MB
  • 10 Data Structures Trees/137 Priority Queue.mp494.13MB
  • 10 Data Structures Trees/138 Trie.mp456.11MB
  • 10 Data Structures Trees/139 Tree Review.mp48.21MB
  • 11 Data Structures Graphs/140 Graphs Introduction.mp442.04MB
  • 11 Data Structures Graphs/141 Types Of Graphs.mp462.07MB
  • 11 Data Structures Graphs/142 Exercise Guess The Graph.mp423.91MB
  • 11 Data Structures Graphs/143 Graph Data.mp444.07MB
  • 11 Data Structures Graphs/144 Exercise Graph Implementation.mp429.54MB
  • 11 Data Structures Graphs/145 Solution Graph Implementation.mp435.41MB
  • 11 Data Structures Graphs/146 Graphs Review.mp432.2MB
  • 11 Data Structures Graphs/147 Data Structures Review.mp430MB
  • 11 Data Structures Graphs/148 What Else Is Coming Up.mp431.89MB
  • 12 Algorithms Recursion/149 Introduction to Algorithms.mp461.03MB
  • 12 Algorithms Recursion/150 Recursion Introduction.mp452.48MB
  • 12 Algorithms Recursion/151 Stack Overflow.mp453.82MB
  • 12 Algorithms Recursion/152 Anatomy Of Recursion.mp465.38MB
  • 12 Algorithms Recursion/153 Exercise Factorial.mp442.83MB
  • 12 Algorithms Recursion/154 Solution Factorial.mp448.37MB
  • 12 Algorithms Recursion/155 Exercise Fibonacci.mp412.68MB
  • 12 Algorithms Recursion/156 Solution Fibonacci.mp499.41MB
  • 12 Algorithms Recursion/157 Recursive VS Iterative.mp464.36MB
  • 12 Algorithms Recursion/158 When To Use Recursion.mp460.91MB
  • 12 Algorithms Recursion/160 Recursion Review.mp446.07MB
  • 13 Algorithms Sorting/161 Sorting Introduction.mp4106.73MB
  • 13 Algorithms Sorting/162 The Issue With sort().mp444.73MB
  • 13 Algorithms Sorting/163 Sorting Algorithms.mp433.56MB
  • 13 Algorithms Sorting/164 Bubble Sort.mp445.19MB
  • 13 Algorithms Sorting/166 Solution Bubble Sort.mp430.03MB
  • 13 Algorithms Sorting/167 Selection Sort.mp436.35MB
  • 13 Algorithms Sorting/169 Solution Selection Sort.mp420.92MB
  • 13 Algorithms Sorting/170 Dancing Algorithms.mp430.96MB
  • 13 Algorithms Sorting/171 Insertion Sort.mp427.41MB
  • 13 Algorithms Sorting/173 Solution Insertion Sort.mp415.49MB
  • 13 Algorithms Sorting/174 Merge Sort and O(n log n).mp4101.92MB
  • 13 Algorithms Sorting/176 Solution Merge Sort.mp442.61MB
  • 13 Algorithms Sorting/178 Quick Sort.mp4119.98MB
  • 13 Algorithms Sorting/180 Which Sort Is Best.mp445.41MB
  • 13 Algorithms Sorting/182 Radix Sort Counting Sort.mp461.77MB
  • 13 Algorithms Sorting/184 Exercise Sorting Interview.mp49.29MB
  • 13 Algorithms Sorting/185 Solution Sorting Interview.mp446.39MB
  • 13 Algorithms Sorting/186 Sorting In Your Language.mp45.97MB
  • 13 Algorithms Sorting/187 Sorting Review.mp429.34MB
  • 14 Algorithms Searching BFS DFS/188 Searching Traversal Introduction.mp427.77MB
  • 14 Algorithms Searching BFS DFS/189 Linear Search.mp443.44MB
  • 14 Algorithms Searching BFS DFS/190 Binary Search.mp493.35MB
  • 14 Algorithms Searching BFS DFS/191 Graph Tree Traversals.mp446.89MB
  • 14 Algorithms Searching BFS DFS/192 BFS Introduction.mp430.85MB
  • 14 Algorithms Searching BFS DFS/193 DFS Introduction.mp440.01MB
  • 14 Algorithms Searching BFS DFS/194 BFS vs DFS.mp456.47MB
  • 14 Algorithms Searching BFS DFS/196 Exercise BFS vs DFS.mp44.05MB
  • 14 Algorithms Searching BFS DFS/197 Solution BFS vs DFS.mp420.75MB
  • 14 Algorithms Searching BFS DFS/198 breadthFirstSearch().mp482.76MB
  • 14 Algorithms Searching BFS DFS/199 breadthFirstSearchRecursive().mp446.57MB
  • 14 Algorithms Searching BFS DFS/200 PreOrder InOrder PostOrder.mp451.42MB
  • 14 Algorithms Searching BFS DFS/201 depthFirstSearch().mp499.89MB
  • 14 Algorithms Searching BFS DFS/203 Graph Traversals.mp429.28MB
  • 14 Algorithms Searching BFS DFS/204 BFS in Graphs.mp419.28MB
  • 14 Algorithms Searching BFS DFS/205 DFS in Graphs.mp419.54MB
  • 14 Algorithms Searching BFS DFS/206 Dijkstra Bellman-Ford Algorithms.mp458.43MB
  • 14 Algorithms Searching BFS DFS/207 Searching Traversal Review.mp460.16MB
  • 15 Algorithms Dynamic Programming/208 Dynamic Programming Introduction.mp433.5MB
  • 15 Algorithms Dynamic Programming/209 Memoization 1.mp453.31MB
  • 15 Algorithms Dynamic Programming/210 Memoization 2.mp423.65MB
  • 15 Algorithms Dynamic Programming/211 Fibonacci and Dynamic Programming.mp440.14MB
  • 15 Algorithms Dynamic Programming/212 Dynamic Programming.mp4100.87MB
  • 15 Algorithms Dynamic Programming/213 Implementing Dynamic Programming.mp470.97MB
  • 15 Algorithms Dynamic Programming/215 Dynamic Programming Review.mp458.1MB
  • 16 Non Technical Interviews/216 Section Overview.mp430.18MB
  • 16 Non Technical Interviews/217 During The Interview.mp4156.94MB
  • 16 Non Technical Interviews/219 Tell Me About Yourself.mp495.91MB
  • 16 Non Technical Interviews/221 Why Us.mp487.9MB
  • 16 Non Technical Interviews/222 Tell Me About A Problem You Have Solved.mp492.86MB
  • 16 Non Technical Interviews/224 What Is Your Biggest Weakness.mp440.68MB
  • 16 Non Technical Interviews/226 Any Questions For Us.mp459.52MB
  • 16 Non Technical Interviews/228 Secret Weapon.mp4142.09MB
  • 16 Non Technical Interviews/229 After The Interview.mp493.64MB
  • 16 Non Technical Interviews/230 Section Summary.mp465.28MB
  • 17 Offer Negotiation/231 Section Overview.mp425.34MB
  • 17 Offer Negotiation/232 Handling Rejection.mp469.46MB
  • 17 Offer Negotiation/233 Negotiation 101.mp4168.82MB
  • 17 Offer Negotiation/234 Handling An Offer.mp4158.2MB
  • 17 Offer Negotiation/235 Handling Multiple Offers.mp4130.21MB
  • 17 Offer Negotiation/236 Getting A Raise.mp4132.93MB
  • 17 Offer Negotiation/238 Section Summary.mp434.65MB
  • 18 Thank You/240 Thank You.mp46.87MB
  • 19 Extras Google Amazon Facebook Interview Questions/242 Coding Problems.mp411.02MB
  • 20 Contributing To Open Source To Gain Experience/248 Contributing To Open Source.mp4130.22MB
  • 20 Contributing To Open Source To Gain Experience/249 Contributing To Open Source 2.mp4112.93MB
  • 21 Bonus Extra Bits/253 From JTS Learn to Learn.mp420.46MB
  • 21 Bonus Extra Bits/254 From JTS Start With Why.mp427.51MB
  • 21 Bonus Extra Bits/256 How To Use Leetcode.mp415.79MB
  • 21 Bonus Extra Bits/257 AMA - 100000 Students.mp4859.05MB