首页 磁力链接怎么用

[Udemy] Algorithms in Java Live problem solving & Design Techniques (2021) [EN]

文件类型 收录时间 最后活跃 资源热度 文件大小 文件数量
视频 2022-5-25 10:43 2024-6-1 11:56 202 4.49 GB 163
二维码链接
[Udemy] Algorithms in Java Live problem solving & Design Techniques (2021) [EN]的二维码
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
文件列表
  1. 01 - Course Introduction/001 Course Introduction.mp424.89MB
  2. 02 - Introduction to Algorithms/001 Introduction to Algorithms.mp412.22MB
  3. 03 - Complexity Analysis/001 Section Introduction.mp43.68MB
  4. 03 - Complexity Analysis/002 Complexity Analysis 1.mp414.77MB
  5. 03 - Complexity Analysis/003 Complexity Analysis 2.mp425.18MB
  6. 03 - Complexity Analysis/004 Section Summary.mp42.15MB
  7. 04 - Recurrence Relation/001 Section Introduction.mp41.09MB
  8. 04 - Recurrence Relation/002 Recurrence Relation.mp48.37MB
  9. 04 - Recurrence Relation/003 Solving Recurrence Relation.mp416.99MB
  10. 04 - Recurrence Relation/004 Master's Theorem.mp48.52MB
  11. 04 - Recurrence Relation/005 Section Summary.mp4930.29KB
  12. 05 - Thinking Recursively/001 Section Introduction.mp43.11MB
  13. 05 - Thinking Recursively/002 Recursion.mp412.86MB
  14. 05 - Thinking Recursively/003 Identification.mp411.26MB
  15. 05 - Thinking Recursively/004 Approaching.mp48.1MB
  16. 05 - Thinking Recursively/005 Problem 01 FindingSubsequences - Logic.mp47.11MB
  17. 05 - Thinking Recursively/006 Problem 01 FindingSubsequences - Live Code Java.mp429.53MB
  18. 05 - Thinking Recursively/007 Problem 01 FindingSubsequences - Complexity Analysis.mp44.53MB
  19. 05 - Thinking Recursively/008 Problem 02 Tower of Hanoi - Logic.mp48.84MB
  20. 05 - Thinking Recursively/009 Problem 02 Tower of Hanoi - Live Code Java.mp422.88MB
  21. 05 - Thinking Recursively/010 Problem 02 Tower of Hanoi - Complexity Analysis.mp414.55MB
  22. 05 - Thinking Recursively/011 Problem 03 7.Array Product Sum - Logic.mp47.75MB
  23. 05 - Thinking Recursively/012 Problem 03 7.Array Product Sum - Live Code Java.mp423.6MB
  24. 05 - Thinking Recursively/013 Problem 03 Array Product Sum - Complexity Analysis.mp41.55MB
  25. 05 - Thinking Recursively/014 Problem 04 Binary Subtree - Logic.mp412.33MB
  26. 05 - Thinking Recursively/015 Problem 04 Binary Subtree - Live Code Java.mp451.24MB
  27. 05 - Thinking Recursively/016 Problem 04 Binary Subtree - Complexity Analysis.mp41.48MB
  28. 05 - Thinking Recursively/017 Why and Why not Recursion.mp41.96MB
  29. 05 - Thinking Recursively/018 Types Of Recursion.mp46.27MB
  30. 05 - Thinking Recursively/019 Tail Recursion.mp48.59MB
  31. 05 - Thinking Recursively/020 Section Summary.mp41.73MB
  32. 06 - Backtracking/001 Section Introduction.mp42.31MB
  33. 06 - Backtracking/002 Introduction to Backtracking.mp43.44MB
  34. 06 - Backtracking/003 Identify Backtracking.mp45.62MB
  35. 06 - Backtracking/004 Approching the Solution.mp416.27MB
  36. 06 - Backtracking/005 Problem 01 Rat In Maze - Logic.mp415.38MB
  37. 06 - Backtracking/006 Problem 01 Rat In Maze - Code.mp450.66MB
  38. 06 - Backtracking/007 Problem 01 Rat In Maze - Complexity Analysis.mp42.1MB
  39. 06 - Backtracking/008 Problem 02 NQueen - Logic.mp417.31MB
  40. 06 - Backtracking/009 Problem 02 NQueen - Live Code in Java.mp447.78MB
  41. 06 - Backtracking/010 Problem 02 NQueen - Complexity Analysis.mp44.2MB
  42. 06 - Backtracking/011 Problem 03 Knights Tour Problem - Logic.mp410.7MB
  43. 06 - Backtracking/012 Problem 03 Knights Tour Problem - Live Code in Java.mp443.31MB
  44. 06 - Backtracking/013 Problem 03 Knight Tour Problem - Complexity Analysis.mp41.32MB
  45. 06 - Backtracking/014 Problem 04 Boggle Word Search - Logic.mp411.92MB
  46. 06 - Backtracking/015 Problem 04 Boggle Word Search - Live Code in Java.mp442.92MB
  47. 06 - Backtracking/016 Problem 04 Boggle Word Search - Complexity Analysis.mp41.16MB
  48. 06 - Backtracking/017 Section Summary.mp41.85MB
  49. 07 - Divide and Conquer/001 Section Introduction.mp41.32MB
  50. 07 - Divide and Conquer/002 Introduction To Divide And Conquer.mp46.33MB
  51. 07 - Divide and Conquer/003 Identification and Approaching.mp46.1MB
  52. 07 - Divide and Conquer/004 Problem 01 MergeSort - Logic.mp419.14MB
  53. 07 - Divide and Conquer/005 Problem 01 MergeSort - Live Java Code.mp437.02MB
  54. 07 - Divide and Conquer/006 Problem 01 MergeSort - Complexity Analysis.mp46.72MB
  55. 07 - Divide and Conquer/007 Problem 02 QuickSort - Logic.mp421.36MB
  56. 07 - Divide and Conquer/008 Problem 02 QuickSort - Live Java Code.mp434.53MB
  57. 07 - Divide and Conquer/009 Problem 02 QuickSort - Complexity Analysis.mp43.85MB
  58. 07 - Divide and Conquer/010 Problem 03 Median Of Medians - Logic.mp416.64MB
  59. 07 - Divide and Conquer/011 Problem 03 Median Of Medians - Live Java Code.mp498.4MB
  60. 07 - Divide and Conquer/012 Section Summary.mp41.26MB
  61. 08 - Greedy Technique/001 Section Introduction.mp41.57MB
  62. 08 - Greedy Technique/002 Introduction to Greedy.mp48.52MB
  63. 08 - Greedy Technique/003 Identification & Approaching the Solution.mp45.81MB
  64. 08 - Greedy Technique/004 Problem 01 Fractional Knapsack - Logic.mp410.95MB
  65. 08 - Greedy Technique/005 Problem 01 Fractional Knapsack - Live Code Java.mp452.22MB
  66. 08 - Greedy Technique/006 Problem 01 Fractional Knapsack - Complexity Analysis.mp41.41MB
  67. 08 - Greedy Technique/007 Problem 02 IntervalScheduling - Logic.mp45.72MB
  68. 08 - Greedy Technique/008 Problem 02 IntervalScheduling - Live Code Java.mp442.55MB
  69. 08 - Greedy Technique/009 Problem 02 IntervalScheduling - Complexity Analysis.mp42.3MB
  70. 08 - Greedy Technique/010 Problem 03 Huffman Code - Logic.mp422.53MB
  71. 08 - Greedy Technique/011 Problem 03 Huffman Code - Live Code Java.mp4118.22MB
  72. 08 - Greedy Technique/012 Problem 03 Huffman Code - Complexity Analysis.mp43.75MB
  73. 08 - Greedy Technique/013 Problem 04 Dijkstra - Logic.mp421.1MB
  74. 08 - Greedy Technique/014 Problem 04 Dijkstra Logic - Live Code.mp454.92MB
  75. 08 - Greedy Technique/015 Problem 04 Dijkstra - Complexity Analysis.mp42.01MB
  76. 08 - Greedy Technique/016 Summary.mp41.31MB
  77. 09 - Dynamic Programming/001 Section Introduction.mp44.31MB
  78. 09 - Dynamic Programming/002 Introduction to Dynamic Programming.mp49.48MB
  79. 09 - Dynamic Programming/003 Identification.mp42.49MB
  80. 09 - Dynamic Programming/004 Compare DP D&C and Greedy.mp45.85MB
  81. 09 - Dynamic Programming/005 Approaching the Solution.mp46.12MB
  82. 09 - Dynamic Programming/006 Example 01 Staircase Problem Theory & Live Code.mp455.15MB
  83. 09 - Dynamic Programming/007 Example 01 Staircase Problem Complexity Analysis.mp44.57MB
  84. 09 - Dynamic Programming/008 Example 02 - 01 Knapsack Theory & Live code.mp4101.57MB
  85. 09 - Dynamic Programming/009 Example 02 - 01 Knapsack Complexity Analysis.mp43.86MB
  86. 09 - Dynamic Programming/010 Example 03 - Coin Change Problem Theory and Code.mp493.03MB
  87. 09 - Dynamic Programming/011 Example 03 - Coin Change Problem Complexity Analysis.mp45.67MB
  88. 09 - Dynamic Programming/012 Example 04 Longest Decreasing Subsequence Explanation And Code.mp4206.25MB
  89. 09 - Dynamic Programming/013 Example 04 Longest Decreasing Subsequence Complexity Analysis.mp42.24MB
  90. 09 - Dynamic Programming/014 Example 05 Levenshtein problem.mp4207.76MB
  91. 09 - Dynamic Programming/015 Example 05 Levenshtein Complexity Analysis.mp43.04MB
  92. 09 - Dynamic Programming/016 Example 06 Rod Cutting.mp479.47MB
  93. 09 - Dynamic Programming/017 Example 06 Rod Cutting - Complexity Analysis.mp42.79MB
  94. 09 - Dynamic Programming/018 Example 07 Matrix Chain Multiplication.mp4109.27MB
  95. 09 - Dynamic Programming/019 Example 07 Matrix Chain Multiplication Complexity Analysis.mp44.83MB
  96. 09 - Dynamic Programming/020 Summary.mp41.71MB
  97. 10 - Famous Algorithms/001 Kadane's Algo.mp411.84MB
  98. 10 - Famous Algorithms/002 Kadane's Algo Live Code Java.mp416.42MB
  99. 10 - Famous Algorithms/003 Kadane's Algo Complexity Analysis.mp4708.98KB
  100. 10 - Famous Algorithms/004 BellmanFord's Algo.mp412.22MB
  101. 10 - Famous Algorithms/005 BellmanFord's Algo Live Code Java.mp456.34MB
  102. 10 - Famous Algorithms/006 BellmanFord's Algo Complexity Analysis.mp41.2MB
  103. 10 - Famous Algorithms/007 Topological Sort Kahn's Algo.mp49.43MB
  104. 10 - Famous Algorithms/008 Topological Sort Live Code Java.mp474.91MB
  105. 10 - Famous Algorithms/009 Topological Sort Complexity Analysis.mp42.33MB
  106. 10 - Famous Algorithms/010 Edmond's KarpFord-Fulkerson Algorithm.mp452.7MB
  107. 10 - Famous Algorithms/011 Ford-Fulkerson Algorithm - Edmond's Karp Implementation.mp4120.1MB
  108. 11 - Trees/001 Tree Overview.mp448.39MB
  109. 11 - Trees/002 Identification.mp43.55MB
  110. 11 - Trees/003 Approaching Tree Problems.mp48.42MB
  111. 11 - Trees/004 Problem 1 Sum Tree - Logic.mp417.03MB
  112. 11 - Trees/005 Problem 1 Sum Tree - Live Code.mp424.26MB
  113. 11 - Trees/006 Problem 2 Invert Binary Tree - Logic.mp44.99MB
  114. 11 - Trees/007 Problem 2 Invert Binary Tree - Live Code.mp420.92MB
  115. 11 - Trees/008 Problem 3 Binary Search Tree - Logic.mp426.34MB
  116. 11 - Trees/009 Problem 3 Binary Search Tree - Live Code.mp481.6MB
  117. 11 - Trees/010 Problem 4 Binary Tree from InOrder & LevelOrder - Logic.mp46.82MB
  118. 11 - Trees/011 Problem 4 Binary Tree from InOrder & LevelOrder - Live Code.mp447.94MB
  119. 12 - Graphs/001 Graphs - In Real World.mp419.2MB
  120. 12 - Graphs/003 Graphs - Overview.mp424.77MB
  121. 12 - Graphs/005 Identification of Problem.mp47.13MB
  122. 12 - Graphs/006 Approaching the Problem.mp418.76MB
  123. 12 - Graphs/007 Mind-Map.mp44.14MB
  124. 12 - Graphs/008 Type - Graph Traversal.mp45.21MB
  125. 12 - Graphs/009 Depth First Search Traversal.mp415.01MB
  126. 12 - Graphs/010 DFS - Implementation (Recursive).mp437.54MB
  127. 12 - Graphs/011 DFS - Implementation (Iterative).mp428.04MB
  128. 12 - Graphs/012 Breadth First Search Traversal.mp48.52MB
  129. 12 - Graphs/013 BFS - Implementation.mp429.56MB
  130. 12 - Graphs/014 Type - Minimum Spanning Tree.mp414.9MB
  131. 12 - Graphs/015 Prim's Algorithm.mp419.24MB
  132. 12 - Graphs/016 Prim's Algorithm - Implementation.mp437.5MB
  133. 12 - Graphs/017 Kruskal's Algorithm.mp49.39MB
  134. 12 - Graphs/018 Union-Find Algorithm.mp414.34MB
  135. 12 - Graphs/019 Kruskal's Algorithm - Implementation.mp479.57MB
  136. 12 - Graphs/020 Type - Shortest Path.mp45.75MB
  137. 12 - Graphs/021 Dijkstra's Algorithm.mp421.1MB
  138. 12 - Graphs/022 Dijkstra's Algorithm - Implementation.mp454.92MB
  139. 12 - Graphs/023 BellmanFord's Algo.mp412.22MB
  140. 12 - Graphs/024 BellmanFord's Algo Live Code.mp456.35MB
  141. 12 - Graphs/025 Floyd Warshall Algorithm.mp413.99MB
  142. 12 - Graphs/026 Floyd-Warshall Algorithm - Implementation.mp431.96MB
  143. 12 - Graphs/027 Johnson's Algorithm.mp430.17MB
  144. 12 - Graphs/028 Johnson's Algorithm - Implementation.mp4117.58MB
  145. 12 - Graphs/029 Type - Network Flow.mp410.01MB
  146. 12 - Graphs/030 Ford-Fulkerson Algorithm.mp452.7MB
  147. 12 - Graphs/031 Ford-Fulkerson Algorithm - Edmond's Karp Implementation.mp4120.07MB
  148. 12 - Graphs/032 Max-Flow Min-Cut Theorem.mp415.61MB
  149. 12 - Graphs/033 Type - Strongly Connected Components.mp44.35MB
  150. 12 - Graphs/034 Tarjan's Algorithm.mp422.51MB
  151. 12 - Graphs/035 Tarjan's Algorithm - Implementation.mp483.32MB
  152. 12 - Graphs/036 Kosaraju's Algorithm.mp413.44MB
  153. 12 - Graphs/037 Kosaraju's Algorithm - Implementation.mp477.17MB
  154. 13 - Bonus Arrays in Java/001 Section Introduction.mp44.37MB
  155. 13 - Bonus Arrays in Java/002 Single Dimension Arrays.mp495.98MB
  156. 13 - Bonus Arrays in Java/003 Multi Dimension Arrays.mp494.29MB
  157. 13 - Bonus Arrays in Java/004 Declaration , Initialisation & Creation.mp4112.48MB
  158. 13 - Bonus Arrays in Java/005 Playing With Arrays Syntax Java.mp497.88MB
  159. 13 - Bonus Arrays in Java/006 Traversing Arrays,Length of Array Java.mp487.05MB
  160. 13 - Bonus Arrays in Java/007 Types of Array - based on elements it holds.mp470.66MB
  161. 13 - Bonus Arrays in Java/008 Reassigning Array Objects to Array References.mp488.16MB
  162. 13 - Bonus Arrays in Java/009 Anonymous Arrays.mp425.75MB
  163. 13 - Bonus Arrays in Java/010 Arrays-Summay.mp43.05MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!

违规内容投诉邮箱:[email protected]

概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统