zhongziso
搜索
zhongziso
首页
首页
功能
磁力转BT
BT转磁力
关于
使用教程
免责声明
磁力助手
[FreeCourseSite.com] Udemy - Master the Coding Interview Data Structures + Algorithms
magnet:?xt=urn:btih:5ea296476150a2eefed358ed7cbd205c7757c208&dn=[FreeCourseSite.com] Udemy - Master the Coding Interview Data Structures + Algorithms
磁力链接详情
文件列表详情
5ea296476150a2eefed358ed7cbd205c7757c208
infohash:
210
文件数量
7.28 GB
文件大小
2023-8-13 09:52
创建日期
2024-11-12 13:06
最后访问
相关分词
FreeCourseSite
com
Udemy
-
Master
the
Coding
Interview
Data
Structures
Algorithms
01 - Introduction/001 How To Succeed In This Course.mp4 70.23 MB
01 - Introduction/002 Join Our Online Classroom!.mp4 77.71 MB
01 - Introduction/004 ZTM Resources.mp4 43.81 MB
02 - Getting More Interviews/001 Section Overview.mp4 17.84 MB
02 - Getting More Interviews/002 Resume.mp4 21.78 MB
02 - Getting More Interviews/003 Exercise Resume Walkthrough.mp4 120.47 MB
02 - Getting More Interviews/004 Resume Review.mp4 26.2 MB
02 - Getting More Interviews/006 What If I Don't Have Enough Experience.mp4 159.76 MB
02 - Getting More Interviews/009 LinkedIn.mp4 83 MB
02 - Getting More Interviews/011 Portfolio.mp4 33.5 MB
02 - Getting More Interviews/013 Email.mp4 94.69 MB
02 - Getting More Interviews/015 Where To Find Jobs.mp4 62.58 MB
02 - Getting More Interviews/017 When Should You Start Applying.mp4 11.28 MB
02 - Getting More Interviews/018 Section Summary.mp4 7.2 MB
03 - Big O/002 Setting Up Your Environment.mp4 15.28 MB
03 - Big O/003 Section Overview.mp4 28.16 MB
03 - Big O/005 What Is Good Code.mp4 58.95 MB
03 - Big O/006 Big O and Scalability.mp4 93.98 MB
03 - Big O/007 O(n).mp4 59.77 MB
03 - Big O/008 O(1).mp4 65.9 MB
03 - Big O/010 Solution Big O Calculation.mp4 26.36 MB
03 - Big O/012 Solution Big O Calculation 2.mp4 6.22 MB
03 - Big O/013 Simplifying Big O.mp4 4.97 MB
03 - Big O/014 Big O Rule 1.mp4 38.16 MB
03 - Big O/015 Big O Rule 2.mp4 17.41 MB
03 - Big O/016 Big O Rule 3.mp4 7.02 MB
03 - Big O/017 O(n^2).mp4 45.46 MB
03 - Big O/018 Big O Rule 4.mp4 52.14 MB
03 - Big O/019 Big O Cheat Sheet.mp4 9.34 MB
03 - Big O/020 What Does This All Mean.mp4 49.01 MB
03 - Big O/021 O(n!).mp4 15.73 MB
03 - Big O/022 3 Pillars Of Programming.mp4 11.11 MB
03 - Big O/023 Space Complexity.mp4 6.99 MB
03 - Big O/024 Exercise Space Complexity.mp4 18.05 MB
03 - Big O/025 Exercise Twitter.mp4 27.44 MB
03 - Big O/026 Optional Javascript Loops.mp4 12.26 MB
03 - Big O/027 Section Summary.mp4 14.8 MB
04 - How To Solve Coding Problems/001 Section Overview.mp4 62.43 MB
04 - How To Solve Coding Problems/002 What Are Companies Looking For.mp4 9.63 MB
04 - How To Solve Coding Problems/003 What We Need For Coding Interviews.mp4 52.47 MB
04 - How To Solve Coding Problems/004 Exercise Google Interview.mp4 16.49 MB
04 - How To Solve Coding Problems/005 Exercise Interview Question.mp4 134.54 MB
04 - How To Solve Coding Problems/006 Exercise Interview Question 2.mp4 157.25 MB
04 - How To Solve Coding Problems/007 Review Google Interview.mp4 16.27 MB
04 - How To Solve Coding Problems/009 Section Summary.mp4 45.1 MB
05 - Data Structures Introduction/001 Section Overview.mp4 26.19 MB
05 - Data Structures Introduction/002 What Is A Data Structure.mp4 59.27 MB
05 - Data Structures Introduction/003 How Computers Store Data.mp4 171.95 MB
05 - Data Structures Introduction/004 Data Structures In Different Languages.mp4 10.53 MB
05 - Data Structures Introduction/005 Operations On Data Structures.mp4 28.31 MB
06 - Data Structures Arrays/001 Arrays Introduction.mp4 30.76 MB
06 - Data Structures Arrays/002 Static vs Dynamic Arrays.mp4 20.68 MB
06 - Data Structures Arrays/004 Optional Classes In Javascript.mp4 145.02 MB
06 - Data Structures Arrays/005 Implementing An Array.mp4 80.08 MB
06 - Data Structures Arrays/006 Strings and Arrays.mp4 3.27 MB
06 - Data Structures Arrays/007 Exercise Reverse A String.mp4 5.66 MB
06 - Data Structures Arrays/008 Solution Reverse A String.mp4 66.04 MB
06 - Data Structures Arrays/009 Exercise Merge Sorted Arrays.mp4 1.15 MB
06 - Data Structures Arrays/010 Solution Merge Sorted Arrays.mp4 86.43 MB
06 - Data Structures Arrays/012 Arrays Review.mp4 14.59 MB
07 - Data Structures Hash Tables/001 Hash Tables Introduction.mp4 18.67 MB
07 - Data Structures Hash Tables/002 Hash Function.mp4 34.7 MB
07 - Data Structures Hash Tables/003 Hash Collisions.mp4 71.44 MB
07 - Data Structures Hash Tables/004 Hash Tables In Different Languages.mp4 8.22 MB
07 - Data Structures Hash Tables/005 Exercise Implement A Hash Table.mp4 9.17 MB
07 - Data Structures Hash Tables/006 Solution Implement A Hash Table.mp4 53.92 MB
07 - Data Structures Hash Tables/007 keys().mp4 34.78 MB
07 - Data Structures Hash Tables/009 Hash Tables VS Arrays.mp4 6.22 MB
07 - Data Structures Hash Tables/010 Exercise First Recurring Character.mp4 2.64 MB
07 - Data Structures Hash Tables/011 Solution First Recurring Character.mp4 54.64 MB
07 - Data Structures Hash Tables/013 Hash Tables Review.mp4 65.99 MB
08 - Data Structures Linked Lists/001 Linked Lists Introduction.mp4 35.48 MB
08 - Data Structures Linked Lists/002 What Is A Linked List.mp4 11.39 MB
08 - Data Structures Linked Lists/003 Exercise Imposter Syndrome.mp4 27.43 MB
08 - Data Structures Linked Lists/004 Exercise Why Linked Lists.mp4 3.08 MB
08 - Data Structures Linked Lists/005 Solution Why Linked Lists.mp4 17.53 MB
08 - Data Structures Linked Lists/006 What Is A Pointer.mp4 12.81 MB
08 - Data Structures Linked Lists/007 Our First Linked List.mp4 17.04 MB
08 - Data Structures Linked Lists/008 Solution append().mp4 13.52 MB
08 - Data Structures Linked Lists/009 Solution prepend().mp4 6.41 MB
08 - Data Structures Linked Lists/010 Node Class.mp4 7.25 MB
08 - Data Structures Linked Lists/011 insert().mp4 20.98 MB
08 - Data Structures Linked Lists/013 Solution insert().mp4 101.04 MB
08 - Data Structures Linked Lists/014 Solution remove().mp4 20.78 MB
08 - Data Structures Linked Lists/015 Doubly Linked Lists.mp4 46.2 MB
08 - Data Structures Linked Lists/017 Solution Doubly Linked Lists.mp4 74.23 MB
08 - Data Structures Linked Lists/018 Singly VS Doubly Linked Lists.mp4 8.54 MB
08 - Data Structures Linked Lists/019 Exercise reverse().mp4 7.86 MB
08 - Data Structures Linked Lists/020 Solution reverse().mp4 24.16 MB
08 - Data Structures Linked Lists/021 Linked Lists Review.mp4 26.82 MB
09 - Data Structures Stacks + Queues/001 Stacks + Queues Introduction.mp4 9.39 MB
09 - Data Structures Stacks + Queues/002 Stacks.mp4 41.81 MB
09 - Data Structures Stacks + Queues/003 Queues.mp4 44.5 MB
09 - Data Structures Stacks + Queues/004 Exercise Stacks VS Queues.mp4 5.19 MB
09 - Data Structures Stacks + Queues/005 Solution Stacks VS Queues.mp4 6.66 MB
09 - Data Structures Stacks + Queues/007 Optional How Javascript Works.mp4 124.72 MB
09 - Data Structures Stacks + Queues/008 Exercise Stack Implementation (Linked Lists).mp4 5.31 MB
09 - Data Structures Stacks + Queues/009 Solution Stack Implementation (Linked Lists).mp4 29.07 MB
09 - Data Structures Stacks + Queues/010 Exercise Stack Implementation (Array).mp4 3.01 MB
09 - Data Structures Stacks + Queues/011 Solution Stack Implementation (Array).mp4 27.21 MB
09 - Data Structures Stacks + Queues/012 Exercise Queue Implementation.mp4 3.85 MB
09 - Data Structures Stacks + Queues/013 Solution Queue Implementation.mp4 25.56 MB
09 - Data Structures Stacks + Queues/014 Queues Using Stacks.mp4 6.8 MB
09 - Data Structures Stacks + Queues/015 Stacks + Queues Review.mp4 9.79 MB
10 - Data Structures Trees/001 Trees Introduction.mp4 57.02 MB
10 - Data Structures Trees/002 Binary Trees.mp4 29.32 MB
10 - Data Structures Trees/003 O(log n).mp4 20.54 MB
10 - Data Structures Trees/004 Binary Search Trees.mp4 23.24 MB
10 - Data Structures Trees/005 Balanced VS Unbalanced BST.mp4 24.41 MB
10 - Data Structures Trees/006 BST Pros and Cons.mp4 7.71 MB
10 - Data Structures Trees/007 Exercise Binary Search Tree.mp4 25.57 MB
10 - Data Structures Trees/008 Solution insert().mp4 57.54 MB
10 - Data Structures Trees/009 Solution lookup().mp4 41.27 MB
10 - Data Structures Trees/010 Extra Exercise remove().mp4 5.59 MB
10 - Data Structures Trees/011 Solution remove().mp4 51.17 MB
10 - Data Structures Trees/012 AVL Trees + Red Black Trees.mp4 7.29 MB
10 - Data Structures Trees/014 Binary Heaps.mp4 52.73 MB
10 - Data Structures Trees/015 Quick Note on Heaps.mp4 3.56 MB
10 - Data Structures Trees/016 Priority Queue.mp4 17.66 MB
10 - Data Structures Trees/017 Trie.mp4 10.31 MB
10 - Data Structures Trees/018 Tree Review.mp4 2.45 MB
11 - Data Structures Graphs/001 Graphs Introduction.mp4 7.73 MB
11 - Data Structures Graphs/002 Types Of Graphs.mp4 52.11 MB
11 - Data Structures Graphs/003 Exercise Guess The Graph.mp4 8.4 MB
11 - Data Structures Graphs/004 Graph Data.mp4 14.13 MB
11 - Data Structures Graphs/005 Exercise Graph Implementation.mp4 28.44 MB
11 - Data Structures Graphs/006 Solution Graph Implementation.mp4 25.06 MB
11 - Data Structures Graphs/007 Graphs Review.mp4 9.01 MB
11 - Data Structures Graphs/008 Data Structures Review.mp4 5.77 MB
11 - Data Structures Graphs/009 What Else Is Coming Up.mp4 5.81 MB
12 - Algorithms Recursion/001 Introduction to Algorithms.mp4 50.83 MB
12 - Algorithms Recursion/002 Recursion Introduction.mp4 34.36 MB
12 - Algorithms Recursion/003 Stack Overflow.mp4 24.8 MB
12 - Algorithms Recursion/004 Anatomy Of Recursion.mp4 61 MB
12 - Algorithms Recursion/005 Exercise Factorial.mp4 9.56 MB
12 - Algorithms Recursion/006 Solution Factorial.mp4 15.59 MB
12 - Algorithms Recursion/007 Exercise Fibonacci.mp4 5.09 MB
12 - Algorithms Recursion/008 Solution Fibonacci.mp4 38.31 MB
12 - Algorithms Recursion/009 Recursive VS Iterative.mp4 12.67 MB
12 - Algorithms Recursion/010 When To Use Recursion.mp4 16.07 MB
12 - Algorithms Recursion/012 Recursion Review.mp4 8.74 MB
13 - Algorithms Sorting/001 Sorting Introduction.mp4 86.96 MB
13 - Algorithms Sorting/002 The Issue With sort().mp4 30.99 MB
13 - Algorithms Sorting/003 Sorting Algorithms.mp4 26.3 MB
13 - Algorithms Sorting/004 Bubble Sort.mp4 19.15 MB
13 - Algorithms Sorting/006 Solution Bubble Sort.mp4 15.74 MB
13 - Algorithms Sorting/007 Selection Sort.mp4 24.32 MB
13 - Algorithms Sorting/009 Solution Selection Sort.mp4 17.41 MB
13 - Algorithms Sorting/010 Dancing Algorithms.mp4 16.51 MB
13 - Algorithms Sorting/011 Insertion Sort.mp4 7.42 MB
13 - Algorithms Sorting/013 Solution Insertion Sort.mp4 13.43 MB
13 - Algorithms Sorting/014 Merge Sort and O(n log n).mp4 67.55 MB
13 - Algorithms Sorting/016 Solution Merge Sort.mp4 19.97 MB
13 - Algorithms Sorting/018 Quick Sort.mp4 32.55 MB
13 - Algorithms Sorting/020 Which Sort Is Best.mp4 18.21 MB
13 - Algorithms Sorting/022 Radix Sort + Counting Sort.mp4 21.96 MB
13 - Algorithms Sorting/024 Exercise Sorting Interview.mp4 3.79 MB
13 - Algorithms Sorting/025 Solution Sorting Interview.mp4 22.54 MB
13 - Algorithms Sorting/026 Sorting In Your Language.mp4 2.61 MB
13 - Algorithms Sorting/027 Sorting Review.mp4 20.17 MB
14 - Algorithms Searching + BFS + DFS/001 Searching + Traversal Introduction.mp4 4.98 MB
14 - Algorithms Searching + BFS + DFS/002 Linear Search.mp4 10.33 MB
14 - Algorithms Searching + BFS + DFS/003 Binary Search.mp4 26.65 MB
14 - Algorithms Searching + BFS + DFS/004 Graph + Tree Traversals.mp4 11.64 MB
14 - Algorithms Searching + BFS + DFS/005 BFS Introduction.mp4 7.67 MB
14 - Algorithms Searching + BFS + DFS/006 DFS Introduction.mp4 9.59 MB
14 - Algorithms Searching + BFS + DFS/007 BFS vs DFS.mp4 10.23 MB
14 - Algorithms Searching + BFS + DFS/009 Exercise BFS vs DFS.mp4 1.73 MB
14 - Algorithms Searching + BFS + DFS/010 Solution BFS vs DFS.mp4 7.95 MB
14 - Algorithms Searching + BFS + DFS/011 breadthFirstSearch().mp4 37.58 MB
14 - Algorithms Searching + BFS + DFS/012 breadthFirstSearchRecursive().mp4 21.91 MB
14 - Algorithms Searching + BFS + DFS/013 PreOrder, InOrder, PostOrder.mp4 18.39 MB
14 - Algorithms Searching + BFS + DFS/014 depthFirstSearch().mp4 47.16 MB
14 - Algorithms Searching + BFS + DFS/016 Graph Traversals.mp4 9.02 MB
14 - Algorithms Searching + BFS + DFS/017 BFS in Graphs.mp4 5.14 MB
14 - Algorithms Searching + BFS + DFS/018 DFS in Graphs.mp4 6 MB
14 - Algorithms Searching + BFS + DFS/019 Dijkstra + Bellman-Ford Algorithms.mp4 13.9 MB
14 - Algorithms Searching + BFS + DFS/020 Searching + Traversal Review.mp4 22.77 MB
15 - Algorithms Dynamic Programming/001 Dynamic Programming Introduction.mp4 8.09 MB
15 - Algorithms Dynamic Programming/002 Memoization 1.mp4 17.61 MB
15 - Algorithms Dynamic Programming/003 Memoization 2.mp4 9.36 MB
15 - Algorithms Dynamic Programming/004 Fibonacci and Dynamic Programming.mp4 15.99 MB
15 - Algorithms Dynamic Programming/005 Dynamic Programming.mp4 25.81 MB
15 - Algorithms Dynamic Programming/006 Implementing Dynamic Programming.mp4 28.46 MB
15 - Algorithms Dynamic Programming/008 Dynamic Programming Review.mp4 17.88 MB
16 - Non Technical Interviews/001 Section Overview.mp4 7.85 MB
16 - Non Technical Interviews/002 During The Interview.mp4 126.76 MB
16 - Non Technical Interviews/004 Tell Me About Yourself.mp4 17.15 MB
16 - Non Technical Interviews/006 Why Us.mp4 16.19 MB
16 - Non Technical Interviews/007 Tell Me About A Problem You Have Solved.mp4 79.26 MB
16 - Non Technical Interviews/009 What Is Your Biggest Weakness.mp4 7.27 MB
16 - Non Technical Interviews/011 Any Questions For Us.mp4 10.69 MB
16 - Non Technical Interviews/013 Secret Weapon.mp4 121.24 MB
16 - Non Technical Interviews/014 After The Interview.mp4 17.01 MB
16 - Non Technical Interviews/015 Section Summary.mp4 22.27 MB
17 - Offer + Negotiation/001 Section Overview.mp4 6.24 MB
17 - Offer + Negotiation/002 Handling Rejection.mp4 13.07 MB
17 - Offer + Negotiation/003 Negotiation 101.mp4 139.76 MB
17 - Offer + Negotiation/004 Handling An Offer.mp4 130.32 MB
17 - Offer + Negotiation/005 Handling Multiple Offers.mp4 23.57 MB
17 - Offer + Negotiation/006 Getting A Raise.mp4 104.38 MB
17 - Offer + Negotiation/008 Section Summary.mp4 6.71 MB
18 - Thank You/002 Thank You.mp4 2.46 MB
19 - Extras Google, Amazon, Facebook Interview Questions/001 Coding Problems.mp4 4.92 MB
20 - Contributing To Open Source To Gain Experience/001 Contributing To Open Source.mp4 130.97 MB
20 - Contributing To Open Source To Gain Experience/002 Contributing To Open Source 2.mp4 115.96 MB
21 - Extra Bits/003 From JTS Learn to Learn.mp4 5.44 MB
21 - Extra Bits/004 From JTS Start With Why.mp4 7.48 MB
21 - Extra Bits/006 How To Use Leetcode.mp4 7.24 MB
21 - Extra Bits/007 AMA - 100,000 Students!!.mp4 656.83 MB
其他位置