种子简介
种子名称:
[DesireCourse.Net] Udemy - Data Structure and Algorithms Analysis - Job Interview
文件类型:
视频
文件数目:
95个文件
文件大小:
3.39 GB
收录时间:
2020-7-11 10:47
已经下载:
3次
资源热度:
256
最近下载:
2024-12-23 07:36
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:58e2dec7395c97ff1f38406df2a3972d800a55b9&dn=[DesireCourse.Net] Udemy - Data Structure and Algorithms Analysis - Job Interview
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[DesireCourse.Net] Udemy - Data Structure and Algorithms Analysis - Job Interview.torrent
01 Introduction and Settings/001 Introduction.mp412.43MB
01 Introduction and Settings/002 Interview triks.mp435.12MB
01 Introduction and Settings/003 Install Java JDK.mp411.1MB
01 Introduction and Settings/004 Install Eclipse.mp44.1MB
02 Code Complexity/006 Code Complexity Big-O Omega and Theta.mp460.41MB
02 Code Complexity/007 Big-O Examples.mp444.3MB
03 Data Structure/008 Why Data Structure.mp442.84MB
03 Data Structure/009 One-Dimension Array.mp470.85MB
03 Data Structure/010 One-Dimension Array implementation in Java.mp420.5MB
03 Data Structure/011 Amazon Interview Find longest sequence of 1s with one flip.mp4132.55MB
03 Data Structure/012 Two-Dimension Array.mp437.89MB
03 Data Structure/013 Two-Dimension Array implementation in Java.mp411.12MB
03 Data Structure/014 Dynamic Array.mp442.57MB
03 Data Structure/015 Dynamic Array implementation in Java.mp423.47MB
03 Data Structure/016 Linked List.mp438.84MB
03 Data Structure/017 Linked List implementation in Java.mp422.77MB
03 Data Structure/018 Doubly Linked List implementation in Java.mp417.06MB
03 Data Structure/019 Compare Linked List vs Array.mp426.54MB
03 Data Structure/020 HWCombine two Linked List (Google Interview Question).mp43.34MB
03 Data Structure/021 Hash-Table.mp448.94MB
03 Data Structure/022 Hash-Table implementation in Java.mp434.27MB
03 Data Structure/023 Amazon Interview Find unique number in Array.mp453.05MB
03 Data Structure/024 Amazon Interview Key Phrase problem TF-IDF.mp4153.97MB
03 Data Structure/025 Stack.mp422.82MB
03 Data Structure/026 Stack implementation in Java Use Array.mp417.23MB
03 Data Structure/027 Amazon Interview Recursive Staircase Problem.mp4104.83MB
03 Data Structure/028 Uber Interview question word distance.mp4113.28MB
03 Data Structure/029 Coding Interview Parentheses Expression.mp486.57MB
03 Data Structure/030 Stack implementation in Java Use Dynamic Array.mp411.3MB
03 Data Structure/031 Stack implementation in Java Use Linked List.mp49.54MB
03 Data Structure/032 Queue.mp419.23MB
03 Data Structure/033 Queue implementation in Java Use Array.mp417.37MB
03 Data Structure/034 Microsoft Interview question Friend Circles.mp4120.75MB
03 Data Structure/035 Queue implementation in Java Use Dynamic Array.mp48.98MB
03 Data Structure/036 Queue implementation in Java Use Linked List.mp420.87MB
03 Data Structure/037 Priority queue.mp44.31MB
03 Data Structure/038 HWBest data structure for Array With Many Zeros (Google Interview Question).mp42.27MB
04 Collections In Java/039 Data Structure functions in Java.mp43.61MB
04 Collections In Java/040 ArrayList.mp412.47MB
04 Collections In Java/041 LinkedList.mp44.98MB
04 Collections In Java/042 HashMap.mp49.34MB
04 Collections In Java/043 TreeSet HashSet.mp44.38MB
04 Collections In Java/044 Stack.mp42.97MB
04 Collections In Java/045 Queue and Priority Queue.mp424.27MB
04 Collections In Java/046 Sort array of Objects.mp419.72MB
04 Collections In Java/047 Recursion.mp422.01MB
05 Searching Algorithms/048 Linear Search.mp46.76MB
05 Searching Algorithms/049 Linear Search implementation in Java.mp415.18MB
05 Searching Algorithms/050 Binary Search.mp413.6MB
05 Searching Algorithms/051 Binary Search implementation in Java.mp411.71MB
05 Searching Algorithms/052 Interpolation Search.mp45.84MB
05 Searching Algorithms/053 Interpolation Search implementation in Java.mp46.05MB
06 Sorting Algorithms/054 Bubble sort.mp48.46MB
06 Sorting Algorithms/055 Bubble Sort implementation in Java.mp49.22MB
06 Sorting Algorithms/056 Selection Sort.mp45.31MB
06 Sorting Algorithms/057 Select Sort implementation in Java.mp48.85MB
06 Sorting Algorithms/058 Quick Sort.mp46.43MB
06 Sorting Algorithms/059 Quick Sort implementation in Java.mp413.09MB
06 Sorting Algorithms/060 Merge Sort.mp411.45MB
06 Sorting Algorithms/061 Merge Sort implementation in Java.mp413.08MB
06 Sorting Algorithms/062 Heap Sort.mp411.04MB
06 Sorting Algorithms/063 Heap Sort implementation in Java.mp425.77MB
06 Sorting Algorithms/064 Coding Interview Two words have same characters job interview.mp469.91MB
07 Tree Theory/065 Binary Tree and Binary Search Tree.mp418MB
07 Tree Theory/066 Binary Search Tree implementation in Java.mp421.1MB
07 Tree Theory/067 Amazon Interview Find path between two nodes.mp4146.17MB
07 Tree Theory/068 Facebook Interview Find if two binary search trees are equal.mp476.35MB
07 Tree Theory/069 Coding Interview Serialize and Deserialize a Binary Tree.mp4124.44MB
07 Tree Theory/070 Problem of the Day.mp48.58MB
07 Tree Theory/071 Red-Black Tree.mp4114.12MB
07 Tree Theory/072 Google Interview Determines if two BST are equal.mp4117.27MB
07 Tree Theory/073 HWFind SubTrees (Google Interview Question).mp44.12MB
07 Tree Theory/074 Google Interview Question Check if two trees are Mirror.mp473.95MB
07 Tree Theory/075 Amazon Interview Question Level by Level Printing of Binary Tree.mp4131.64MB
08 Graph Theory/076 Matrix and Adjacency List.mp422.63MB
08 Graph Theory/077 Depth First Search(DFS).mp48.75MB
08 Graph Theory/078 DFS implementation in Java.mp436.45MB
08 Graph Theory/079 Breadth First Search (BFS).mp44.48MB
08 Graph Theory/080 BFS implementation in Java.mp410.9MB
08 Graph Theory/081 Google Interview Word Break problem.mp4176.43MB
08 Graph Theory/082 Backtracking.mp411.68MB
08 Graph Theory/083 Preorder and PostOrder.mp44.43MB
08 Graph Theory/084 HWVisit Cities in best Weather (Google Interview Question).mp42.98MB
08 Graph Theory/085 Trip Planer Google Interview.mp4157.79MB
08 Graph Theory/086 Finding the shortest path ( Amazon Google) Interview Question.mp4156.84MB
08 Graph Theory/087 HW Nearest post office HW explain (Microsoft Interview Question).mp414.87MB
09 Short Path in Graph Theory/088 Nearest Neighbor and Shortest path.mp49.14MB
09 Short Path in Graph Theory/089 Dijkstras Algorithm.mp411.23MB
09 Short Path in Graph Theory/090 A Algorithm.mp423.65MB
10 Dynamic Programming/091 Dynamic Programming concept.mp46.35MB
10 Dynamic Programming/092 Edit distance.mp415.69MB
10 Dynamic Programming/093 HWFind Word in list of characters.mp4976.84KB
10 Dynamic Programming/094 HWKnapsack problems.mp47MB
10 Dynamic Programming/095 Knapsack solution in Java.mp490.35MB
11 NP Complete problems/096 NP Complete problems.mp45.47MB