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

[GigaCourse.Com] Udemy - Data Structure and Algorithms - For Big Tech Interviews

种子简介

种子名称: [GigaCourse.Com] Udemy - Data Structure and Algorithms - For Big Tech Interviews
文件类型: 视频
文件数目: 104个文件
文件大小: 4.52 GB
收录时间: 2022-10-14 18:06
已经下载: 3
资源热度: 137
最近下载: 2024-5-5 00:23

下载BT种子文件

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

磁力链接下载

magnet:?xt=urn:btih:7d9187557096e10c378433564543550887e6e112&dn=[GigaCourse.Com] Udemy - Data Structure and Algorithms - For Big Tech Interviews 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

[GigaCourse.Com] Udemy - Data Structure and Algorithms - For Big Tech Interviews.torrent
  • 01 - Introduction and Settings/001 Introduction.mp444.54MB
  • 01 - Introduction and Settings/002 Course content.mp412.43MB
  • 01 - Introduction and Settings/004 Interview triks.mp435.12MB
  • 01 - Introduction and Settings/005 Install Java JDK.mp411.1MB
  • 01 - Introduction and Settings/006 Install Eclipse.mp44.1MB
  • 02 - Code Complexity/001 Code Complexity Big-O, Omega and Theta.mp460.39MB
  • 02 - Code Complexity/002 Big-O Examples.mp444.3MB
  • 03 - Data Structure Arrays/001 Why Data Structure.mp442.84MB
  • 03 - Data Structure Arrays/002 Top Big Tech Interview Questions 1 Math.mp485.93MB
  • 03 - Data Structure Arrays/003 One-Dimension Array.mp470.85MB
  • 03 - Data Structure Arrays/004 One-Dimension Array implementation in Java.mp420.5MB
  • 03 - Data Structure Arrays/005 Top Big Tech Interview Questions 2 Slicing ( Container With Most Water).mp4157.96MB
  • 03 - Data Structure Arrays/006 Amazon Interview Find longest sequence of 1’s with one flip.mp4132.55MB
  • 03 - Data Structure Arrays/007 Two-Dimension Array.mp437.89MB
  • 03 - Data Structure Arrays/008 Two-Dimension Array implementation in Java.mp411.12MB
  • 03 - Data Structure Arrays/009 Facebook Interview Spiral Matrix.mp4107.47MB
  • 03 - Data Structure Arrays/010 Dynamic Array.mp442.57MB
  • 03 - Data Structure Arrays/011 Dynamic Array implementation in Java.mp423.47MB
  • 04 - Data Structure LinkedList/001 Linked List.mp438.84MB
  • 04 - Data Structure LinkedList/002 Linked List implementation in Java.mp422.77MB
  • 04 - Data Structure LinkedList/003 Doubly Linked List implementation in Java.mp417.06MB
  • 04 - Data Structure LinkedList/004 Amazon Interview Remove Kth Node From End of List.mp483.94MB
  • 04 - Data Structure LinkedList/005 HWCombine two Linked List (Google Interview Question).mp42.82MB
  • 04 - Data Structure LinkedList/006 Compare Linked List vs Array.mp426.54MB
  • 05 - Data Structure Hash Table/001 Hash-Table.mp448.94MB
  • 05 - Data Structure Hash Table/002 Hash-Table implementation in Java.mp434.27MB
  • 05 - Data Structure Hash Table/003 Top Tech Interview Question 3 Map.mp4258.39MB
  • 05 - Data Structure Hash Table/004 Amazon Interview Find unique number in Array.mp453.05MB
  • 05 - Data Structure Hash Table/005 Amazon Interview Key Phrase problem TF-IDF.mp4153.97MB
  • 06 - Data Structure Stack/001 Stack.mp422.82MB
  • 06 - Data Structure Stack/002 Stack implementation in Java Use Array.mp417.23MB
  • 06 - Data Structure Stack/003 Amazon Interview Recursive Staircase Problem.mp4104.83MB
  • 06 - Data Structure Stack/004 Uber Interview question word distance.mp4113.28MB
  • 06 - Data Structure Stack/005 Coding Interview Parentheses Expression.mp486.57MB
  • 06 - Data Structure Stack/006 Stack implementation in Java Use Dynamic Array.mp411.3MB
  • 06 - Data Structure Stack/007 Stack implementation in Java Use Linked List.mp49.54MB
  • 07 - Data Structure Queue/001 Queue.mp419.23MB
  • 07 - Data Structure Queue/002 Queue implementation in Java Use Array.mp417.37MB
  • 07 - Data Structure Queue/003 Microsoft Interview question Friend Circles.mp4120.75MB
  • 07 - Data Structure Queue/004 Queue implementation in Java Use Dynamic Array.mp48.98MB
  • 07 - Data Structure Queue/005 Queue implementation in Java Use Linked List.mp420.87MB
  • 07 - Data Structure Queue/006 HWBest data structure for Array With Many Zeros (Google Interview Question).mp41.87MB
  • 08 - Data Structure Heap/001 Priority queue.mp43.62MB
  • 08 - Data Structure Heap/002 Amazon Interview Kth top movies.mp483.21MB
  • 09 - Data Struture Trie/001 Top Tech Interview Question 4 Trie (Search Engine).mp4266.8MB
  • 10 - Recursion/001 Recursion.mp417.71MB
  • 10 - Recursion/003 Phone Interview Question For Software Engineer With Big Tech.mp4118.95MB
  • 11 - Collections In Java/001 Data Structure functions in Java.mp42.99MB
  • 11 - Collections In Java/002 ArrayList.mp412.47MB
  • 11 - Collections In Java/003 LinkedList.mp44.98MB
  • 11 - Collections In Java/004 HashMap.mp49.34MB
  • 11 - Collections In Java/005 TreeSet HashSet.mp44.38MB
  • 11 - Collections In Java/006 Stack.mp42.97MB
  • 11 - Collections In Java/007 Queue and Priority Queue.mp424.27MB
  • 11 - Collections In Java/008 Sort array of Objects.mp419.72MB
  • 12 - Searching Algorithms/001 Linear Search.mp45.37MB
  • 12 - Searching Algorithms/002 Linear Search implementation in Java.mp415.18MB
  • 12 - Searching Algorithms/003 Binary Search.mp411.25MB
  • 12 - Searching Algorithms/004 Binary Search implementation in Java.mp411.71MB
  • 12 - Searching Algorithms/005 Interpolation Search.mp44.84MB
  • 12 - Searching Algorithms/006 Interpolation Search implementation in Java.mp46.05MB
  • 13 - Sorting Algorithms/001 Bubble sort.mp46.94MB
  • 13 - Sorting Algorithms/002 Bubble Sort implementation in Java.mp49.22MB
  • 13 - Sorting Algorithms/003 Selection Sort.mp44.43MB
  • 13 - Sorting Algorithms/004 Select Sort implementation in Java.mp48.85MB
  • 13 - Sorting Algorithms/005 Quick Sort.mp45.42MB
  • 13 - Sorting Algorithms/006 Quick Sort implementation in Java.mp413.09MB
  • 13 - Sorting Algorithms/007 Merge Sort.mp49.01MB
  • 13 - Sorting Algorithms/008 Merge Sort implementation in Java.mp413.08MB
  • 13 - Sorting Algorithms/009 Heap Sort.mp49.01MB
  • 13 - Sorting Algorithms/010 Heap Sort implementation in Java.mp425.77MB
  • 13 - Sorting Algorithms/011 Coding Interview Two words have same characters job interview.mp469.91MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/001 Binary Tree and Binary Search Tree.mp414.45MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/002 Binary Search Tree implementation in Java.mp421.1MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/003 Amazon Interview Find path between two nodes.mp4146.17MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/004 Facebook Interview Find if two binary search trees are equal.mp476.35MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/005 Google Interview Determines if two BST are equal ( Another solution).mp4117.27MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/006 Coding Interview Serialize and Deserialize a Binary Tree.mp4124.44MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/007 Google Interview Question Check if two trees are Mirror.mp473.95MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/008 Amazon Interview Question Level by Level Printing of Binary Tree.mp4131.64MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/009 HWFind SubTrees (Google Interview Question).mp43.41MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/010 Problem of the Day.mp48.58MB
  • 14 - Tree Theory (Binary Tree, Binary Search Tree, and Red-Black Tree)/011 Red-Black Tree.mp4114.12MB
  • 15 - Graph Theory (DFS, BFS)/001 Matrix and Adjacency List.mp417.77MB
  • 15 - Graph Theory (DFS, BFS)/002 Depth First Search(DFS).mp47.22MB
  • 15 - Graph Theory (DFS, BFS)/003 DFS implementation in Java.mp436.45MB
  • 15 - Graph Theory (DFS, BFS)/004 Breadth First Search (BFS).mp43.74MB
  • 15 - Graph Theory (DFS, BFS)/005 BFS implementation in Java.mp410.9MB
  • 15 - Graph Theory (DFS, BFS)/006 Google Interview Word Break problem.mp4176.43MB
  • 15 - Graph Theory (DFS, BFS)/007 Backtracking.mp49.01MB
  • 15 - Graph Theory (DFS, BFS)/008 Preorder and PostOrder.mp43.65MB
  • 15 - Graph Theory (DFS, BFS)/009 HWVisit Cities in best Weather (Google Interview Question).mp42.51MB
  • 15 - Graph Theory (DFS, BFS)/010 Trip Planer Google Interview.mp4157.79MB
  • 15 - Graph Theory (DFS, BFS)/011 Finding the shortest path ( Amazon + Google) Interview Question.mp4156.84MB
  • 15 - Graph Theory (DFS, BFS)/012 HW Nearest post office HW explain (Microsoft Interview Question).mp414.87MB
  • 16 - Short Path in Graph Theory/001 Nearest Neighbor and Shortest path.mp47.49MB
  • 16 - Short Path in Graph Theory/002 Dijkstra's Algorithm.mp49.02MB
  • 16 - Short Path in Graph Theory/003 A Algorithm.mp418.8MB
  • 17 - Dynamic Programming/001 Dynamic Programming concept.mp45.37MB
  • 17 - Dynamic Programming/002 Edit distance.mp412.61MB
  • 17 - Dynamic Programming/003 HWFind Word in list of characters.mp4825.62KB
  • 17 - Dynamic Programming/004 HWKnapsack problems.mp47MB
  • 17 - Dynamic Programming/005 Knapsack solution in Java.mp490.35MB
  • 18 - NP Complete problems/001 NP Complete problems.mp44.55MB