:Search:

Udemy - Algorithms Data Structures in Java #1 ( + INTERVIEW QUESTIONS)

Torrent:
Info Hash: 6A81EFDFE65BEC63C097E690FC614616A765BD70
Similar Posts:
Uploader: freecoursewb
Source: 1 Logo 1337x
Type: Tutorials
Images:
Udemy - Algorithms Data Structures in Java #1 ( + INTERVIEW QUESTIONS)
Language: English
Category: Other
Size: 3.2 GB
Added: June 1, 2023, 7:58 p.m.
Peers: Seeders: 0, Leechers: 5 (Last updated: 7 months, 1 week ago)
Tracker Data:
Tracker Seeders Leechers Completed
udp://tracker.opentrackr.org:1337/announce 0 1 0
udp://tracker.openbittorrent.com:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.internetwarriors.net:1337/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.leechers-paradise.org:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.coppersurfer.tk:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://exodus.desync.com:6969/announce 0 2 0
udp://tracker.therarbg.to:6969/announce 0 1 0
udp://tracker.tiny-vps.com:6969/announce (Failed to scrape UDP tracker) 0 0 0
udp://open.demonii.si:1337/announce (Failed to scrape UDP tracker) 0 0 0
udp://tracker.torrent.eu.org:451/announce 0 1 0
Files:
  1. Get Bonus Downloads Here.url 182 bytes
  2. 001 Introduction.mp4 22.1 MB
  3. 001 Introduction_en.vtt 2.8 KB
  4. 002 Complexity theory basics.html 411 bytes
  5. 001 Why to use data structures.mp4 22.3 MB
  6. 001 Why to use data structures_en.vtt 5.9 KB
  7. 002 Data structures and abstract data types.mp4 14.2 MB
  8. 002 Data structures and abstract data types_en.vtt 4.3 KB
  9. 001 Installing Java and Eclipse on Windows.html 1.6 KB
  10. 002 Installing Java and Eclipse on Mac.html 729 bytes
  11. 001 What are array data structures.mp4 26.3 MB
  12. 001 What are array data structures_en.vtt 9.2 KB
  13. 002 Arrays introduction - operations.mp4 25.6 MB
  14. 002 Arrays introduction - operations_en.vtt 8.3 KB
  15. 003 Implementing arrays.mp4 25.7 MB
  16. 003 Implementing arrays_en.vtt 7.3 KB
  17. 004 ArraysLists in Java.mp4 34.0 MB
  18. 004 ArraysLists in Java_en.vtt 9.1 KB
  19. 001 Reversing an array in-place overview.html 343 bytes
  20. 002 Reversing an array in-place solution.mp4 20.4 MB
  21. 002 Reversing an array in-place solution_en.vtt 7.2 KB
  22. 003 Anagram problem overview.html 396 bytes
  23. 004 Anagram problem solution.mp4 11.7 MB
  24. 004 Anagram problem solution_en.vtt 6.9 KB
  25. 005 Palindrome problem overview.html 293 bytes
  26. 006 Palindrome problem solution.mp4 10.0 MB
  27. 006 Palindrome problem solution_en.vtt 5.5 KB
  28. 007 Integer reversion problem overview.html 304 bytes
  29. 008 Integer reversion problem solution.mp4 13.5 MB
  30. 008 Integer reversion problem solution_en.vtt 10.0 KB
  31. 009 Dutch national flag problem overview.html 306 bytes
  32. 010 Dutch national flag problem theory.mp4 10.4 MB
  33. 010 Dutch national flag problem theory_en.vtt 9.7 KB
  34. 011 Dutch national flag problem solution.mp4 15.5 MB
  35. 011 Dutch national flag problem solution_en.vtt 6.9 KB
  36. 012 Trapping rain water problem overview.html 504 bytes
  37. 013 Trapping rain water problem theory.mp4 23.3 MB
  38. 013 Trapping rain water problem theory_en.vtt 16.7 KB
  39. 014 Trapping rain water problem solution.mp4 36.2 MB
  40. 014 Trapping rain water problem solution_en.vtt 9.8 KB
  41. 38551216-DutchFlagProblem.java 859 bytes
  42. 38564302-ReverseArrayProblem.java 521 bytes
  43. 38565736-AnagramProblem.java 569 bytes
  44. 38566650-PalindromeProblem.java 362 bytes
  45. 38585542-TrappedRainProblem.java 1.1 KB
  46. 001 What are linked lists.mp4 9.2 MB
  47. 001 What are linked lists_en.vtt 5.8 KB
  48. 002 Linked list theory - operations.mp4 24.0 MB
  49. 002 Linked list theory - operations_en.vtt 13.8 KB
  50. 003 Linked list implementation I.mp4 8.3 MB
  51. 003 Linked list implementation I_en.vtt 5.7 KB
  52. 004 Linked list implementation II.mp4 16.0 MB
  53. 004 Linked list implementation II_en.vtt 8.6 KB
  54. 005 Linked list implementation III.mp4 26.5 MB
  55. 005 Linked list implementation III_en.vtt 10.9 KB
  56. 006 Linked list implementation IV.mp4 10.6 MB
  57. 006 Linked list implementation IV_en.vtt 5.0 KB
  58. 007 Comparing linked lists and arrays.mp4 10.6 MB
  59. 007 Comparing linked lists and arrays_en.vtt 7.9 KB
  60. 008 Practical (real-world) applications of linked lists.mp4 20.5 MB
  61. 008 Practical (real-world) applications of linked lists_en.vtt 6.1 KB
  62. 001 What are doubly linked lists.mp4 21.1 MB
  63. 001 What are doubly linked lists_en.vtt 8.6 KB
  64. 002 Doubly linked list implementation.mp4 34.0 MB
  65. 002 Doubly linked list implementation_en.vtt 8.5 KB
  66. 003 LinkedLists in Java.mp4 14.5 MB
  67. 003 LinkedLists in Java_en.vtt 5.3 KB
  68. 004 Running time comparison linked lists and arrays.mp4 7.3 MB
  69. 004 Running time comparison linked lists and arrays_en.vtt 3.3 KB
  70. 001 Finding the middle node in a linked list overview.html 168 bytes
  71. 002 Finding the middle node in a linked list solution.mp4 15.8 MB
  72. 002 Finding the middle node in a linked list solution_en.vtt 6.8 KB
  73. 003 Reverse a linked list in-place overview.html 273 bytes
  74. 004 Reverse a linked list in-place solution.mp4 23.0 MB
  75. 004 Reverse a linked list in-place solution_en.vtt 9.0 KB
  76. 38588974-LinkedList.java 2.3 KB
  77. 001 What are stacks.mp4 7.6 MB
  78. 001 What are stacks_en.vtt 5.6 KB
  79. 002 Stacks in memory management (stacks and heaps ).mp4 6.0 MB
  80. 002 Stacks in memory management (stacks and heaps )_en.vtt 4.4 KB
  81. 003 Stack memory visualization.mp4 12.7 MB
  82. 003 Stack memory visualization_en.vtt 8.3 KB
  83. 004 Stack implementation with linked list.mp4 26.7 MB
  84. 004 Stack implementation with linked list_en.vtt 11.6 KB
  85. 005 Stack implementation with arrays.mp4 34.4 MB
  86. 005 Stack implementation with arrays_en.vtt 17.5 KB
  87. 006 Dijkstra's interpreter introduction.mp4 7.3 MB
  88. 006 Dijkstra's interpreter introduction_en.vtt 6.3 KB
  89. 007 Dijkstra's interpreter implementation.mp4 27.1 MB
  90. 007 Dijkstra's interpreter implementation_en.vtt 8.3 KB
  91. 008 Stacks in Java.mp4 9.0 MB
  92. 008 Stacks in Java_en.vtt 4.4 KB
  93. 009 Practical (real-world) applications of stacks.mp4 9.8 MB
  94. 009 Practical (real-world) applications of stacks_en.vtt 3.8 KB
  95. 001 What are queues.mp4 7.6 MB
  96. 001 What are queues_en.vtt 4.9 KB
  97. 002 Queue implementation with linked list.mp4 22.2 MB
  98. 002 Queue implementation with linked list_en.vtt 9.3 KB
  99. 003 Queues in Java.mp4 12.7 MB
  100. 003 Queues in Java_en.vtt 6.6 KB
  101. 001 Max in a stack problem overview.html 295 bytes
  102. 002 Max in a stack problem solution.mp4 19.2 MB
  103. 002 Max in a stack problem solution_en.vtt 6.8 KB
  104. 003 Stack with queue overview.html 125 bytes
  105. 004 Stack with queue solution.mp4 16.0 MB
  106. 004 Stack with queue solution_en.vtt 6.4 KB
  107. 005 Stack with queue solution - recursion.mp4 25.9 MB
  108. 005 Stack with queue solution - recursion_en.vtt 5.7 KB
  109. 001 Binary search trees theory - basics.mp4 29.6 MB
  110. 001 Binary search trees theory - basics_en.vtt 17.6 KB
  111. 002 Binary search trees theory - search, insert.mp4 10.1 MB
  112. 002 Binary search trees theory - search, insert_en.vtt 9.8 KB
  113. 003 Binary search trees theory - delete.mp4 9.7 MB
  114. 003 Binary search trees theory - delete_en.vtt 7.4 KB
  115. 004 Binary search trees theory - in-order traversal.mp4 10.6 MB
  116. 004 Binary search trees theory - in-order traversal_en.vtt 6.9 KB
  117. 005 Binary search trees theory - running times.mp4 5.7 MB
  118. 005 Binary search trees theory - running times_en.vtt 5.6 KB
  119. 006 Binary search trees implementation I - Node and Tree classes.mp4 12.0 MB
  120. 006 Binary search trees implementation I - Node and Tree classes_en.vtt 7.7 KB
  121. 007 Binary search trees implementation II - insertion.mp4 35.6 MB
  122. 007 Binary search trees implementation II - insertion_en.vtt 10.5 KB
  123. 008 Binary search tree implementation III - max, min and traversal.mp4 26.7 MB
  124. 008 Binary search tree implementation III - max, min and traversal_en.vtt 11.4 KB
  125. 009 Stack memory visualization - finding max (min) items.mp4 8.5 MB
  126. 009 Stack memory visualization - finding max (min) items_en.vtt 5.9 KB
  127. 010 Stack memory visualization - tree traversal.mp4 12.1 MB
  128. 010 Stack memory visualization - tree traversal_en.vtt 7.6 KB
  129. 011 Binary search tree implementation IV - remove.mp4 54.0 MB
  130. 011 Binary search tree implementation IV - remove_en.vtt 18.2 KB
  131. 012 Binary search tree implementation V - testing.mp4 33.3 MB
  132. 012 Binary search tree implementation V - testing_en.vtt 6.6 KB
  133. 013 Practical (real-world) applications of trees.mp4 6.7 MB
  134. 013 Practical (real-world) applications of trees_en.vtt 3.5 KB
  135. 001 Compare binary trees overview.html 271 bytes
  136. 002 Compare binary trees solution.mp4 14.8 MB
  137. 002 Compare binary trees solution_en.vtt 5.8 KB
  138. 003 Compare binary trees minor update.html 969 bytes
  139. 004 k-th smallest element in a search tree overview.html 156 bytes
  140. 005 k-th smallest element in a search tree solution.mp4 34.4 MB
  141. 005 k-th smallest element in a search tree solution_en.vtt 13.2 KB
  142. 006 Family age problem overview.html 389 bytes
  143. 007 Family age problem solution.mp4 32.4 MB
  144. 007 Family age problem solution_en.vtt 11.3 KB
  145. 001 Motivation behind balanced binary search trees.mp4 6.0 MB
  146. 001 Motivation behind balanced binary search trees_en.vtt 4.3 KB
  147. 002 What are AVL trees.mp4 11.8 MB
  148. 002 What are AVL trees_en.vtt 8.2 KB
  149. 003 AVL trees introduction - height.mp4 27.7 MB
  150. 003 AVL trees introduction - height_en.vtt 15.6 KB
  151. 004 AVL trees introduction - rotations.mp4 16.2 MB
  152. 004 AVL trees introduction - rotations_en.vtt 11.4 KB
  153. 005 AVL trees introduction - illustration.mp4 6.8 MB
  154. 005 AVL trees introduction - illustration_en.vtt 6.6 KB
  155. 006 AVL tree implementation I.mp4 9.2 MB
  156. 006 AVL tree implementation I_en.vtt 5.6 KB
  157. 007 AVL tree implementation II.mp4 54.8 MB
  158. 007 AVL tree implementation II_en.vtt 12.0 KB
  159. 008 AVL tree implementation III.mp4 52.7 MB
  160. 008 AVL tree implementation III_en.vtt 14.4 KB
  161. 009 AVL tree implementation IV.mp4 41.3 MB
  162. 009 AVL tree implementation IV_en.vtt 12.1 KB
  163. 010 AVL tree implementation V.mp4 20.9 MB
  164. 010 AVL tree implementation V_en.vtt 5.3 KB
  165. 011 Practical (real-world) applications of balanced binary search trees.mp4 10.6 MB
  166. 011 Practical (real-world) applications of balanced binary search trees_en.vtt 4.3 KB
  167. 001 What are red-black trees.mp4 21.1 MB
  168. 001 What are red-black trees_en.vtt 13.5 KB
  169. 002 The logic behind red-black trees.mp4 14.2 MB
  170. 002 The logic behind red-black trees_en.vtt 7.0 KB
  171. 003 Red-black trees - recoloring and rotation cases.mp4 15.5 MB
  172. 003 Red-black trees - recoloring and rotation cases_en.vtt 12.1 KB
  173. 004 Red-black trees visualizations.mp4 9.8 MB
  174. 004 Red-black trees visualizations_en.vtt 9.5 KB
  175. 005 Red-black tree implementation I.mp4 15.4 MB
  176. 005 Red-black tree implementation I_en.vtt 5.8 KB
  177. 006 Red-black tree implementation II.mp4 11.4 MB
  178. 006 Red-black tree implementation II_en.vtt 3.6 KB
  179. 007 Red-black tree implementation III.mp4 14.6 MB
  180. 007 Red-black tree implementation III_en.vtt 3.0 KB
  181. 008 Red-black tree implementation IV.mp4 85.5 MB
  182. 008 Red-black tree implementation IV_en.vtt 16.6 KB
  183. 009 Red-black tree implementation V.mp4 14.4 MB
  184. 009 Red-black tree implementation V_en.vtt 6.1 KB
  185. 010 Differences between red-black tree and AVL trees.mp4 5.6 MB
  186. 010 Differences between red-black tree and AVL trees_en.vtt 3.4 KB
  187. 001 What are splay trees.mp4 48.2 MB
  188. 001 What are splay trees_en.vtt 15.9 KB
  189. 002 Splay tree introduction - example.mp4 5.4 MB
  190. 002 Splay tree introduction - example_en.vtt 4.6 KB
  191. 003 Splay tree implementation I.mp4 44.0 MB
  192. 003 Splay tree implementation I_en.vtt 11.8 KB
  193. 004 Splay tree implementation II.mp4 49.5 MB
  194. 004 Splay tree implementation II_en.vtt 12.1 KB
  195. 005 Splay tree implementation III.mp4 22.5 MB
  196. 005 Splay tree implementation III_en.vtt 4.5 KB
  197. 006 Splay trees application.mp4 6.7 MB
  198. 006 Splay trees application_en.vtt 3.6 KB
  199. 001 What are priority queues.mp4 9.0 MB
  200. 001 What are priority queues_en.vtt 5.5 KB
  201. 002 Heap introduction - basics.mp4 21.1 MB
  202. 002 Heap introduction - basics_en.vtt 12.8 KB
  203. 003 Heap introduction - array representation.mp4 14.1 MB
  204. 003 Heap introduction - array representation_en.vtt 11.9 KB
  205. 004 Heap introduction - remove operation.mp4 12.9 MB
  206. 004 Heap introduction - remove operation_en.vtt 9.0 KB
  207. 005 Using heap data structure to sort (heapsort).mp4 9.2 MB
  208. 005 Using heap data structure to sort (heapsort)_en.vtt 7.7 KB
  209. 006 Heap introduction - running times.mp4 21.7 MB
  210. 006 Heap introduction - running times_en.vtt 6.1 KB
  211. 007 Binomial and Fibonacci heaps.mp4 12.3 MB
  212. 007 Binomial and Fibonacci heaps_en.vtt 5.1 KB
  213. 008 Heap implementation I.mp4 37.9 MB
  214. 008 Heap implementation I_en.vtt 12.8 KB
  215. 009 Heap implementation II.mp4 50.4 MB
  216. 009 Heap implementation II_en.vtt 10.8 KB
  217. 010 Heap implementation III.mp4 16.7 MB
  218. 010 Heap implementation III_en.vtt 4.7 KB
  219. 011 Heaps in java.util.PriorityQueue.mp4 34.0 MB
  220. 011 Heaps in java.util.PriorityQueue_en.vtt 11.3 KB
  221. 001 Checking array heap representation overview.html 227 bytes
  222. 002 Checking array heap representation solution.mp4 17.5 MB
  223. 002 Checking array heap representation solution_en.vtt 8.1 KB
  224. 003 Converting max heap to min heap overview.html 130 bytes
  225. 004 Converting max heap to min heap solution.mp4 27.7 MB
  226. 004 Converting max heap to min heap solution_en.vtt 8.1 KB
  227. 001 What is external memory.mp4 21.6 MB
  228. 001 What is external memory_en.vtt 9.7 KB
  229. 002 Disk access times.mp4 9.7 MB
  230. 002 Disk access times_en.vtt 5.0 KB
  231. 003 What are B-trees.mp4 25.4 MB
  232. 003 What are B-trees_en.vtt 9.5 KB
  233. 004 B-tree introduction - insertion.mp4 11.6 MB
  234. 004 B-tree introduction - insertion_en.vtt 13.6 KB
  235. 005 B-tree introduction - deletion.mp4 9.7 MB
  236. 005 B-tree introduction - deletion_en.vtt 7.9 KB
  237. 006 B-tree variants and file systems.mp4 13.7 MB
  238. 006 B-tree variants and file systems_en.vtt 5.8 KB
  239. 001 What are associative arrays.mp4 12.7 MB
  240. 001 What are associative arrays_en.vtt 7.0 KB
  241. 002 Hashtables introduction - basics.mp4 31.5 MB
  242. 002 Hashtables introduction - basics_en.vtt 13.3 KB
  243. 003 Hashtables introduction - collisions.mp4 32.8 MB
  244. 003 Hashtables introduction - collisions_en.vtt 13.5 KB
  245. 004 Hashtables introduction - load factor & dynamic resizing.mp4 23.5 MB
  246. 004 Hashtables introduction - load factor & dynamic resizing_en.vtt 8.4 KB
  247. 005 ----------- Chaining -----------.html 30 bytes
  248. 006 Chaining method summary.mp4 12.2 MB
  249. 006 Chaining method summary_en.vtt 4.7 KB
  250. 007 Chaining implementation I - put.mp4 26.7 MB
  251. 007 Chaining implementation I - put_en.vtt 9.6 KB
  252. 008 Chaining implementation II - get.mp4 14.2 MB
  253. 008 Chaining implementation II - get_en.vtt 4.7 KB
  254. 009 Chaining implementation III - testing.mp4 19.9 MB
  255. 009 Chaining implementation III - testing_en.vtt 8.5 KB
  256. 010 -------- Linear Probing --------.html 40 bytes
  257. 011 Linear probing summary.mp4 12.0 MB
  258. 011 Linear probing summary_en.vtt 4.9 KB
  259. 012 Linear probing implementation I - put.mp4 16.0 MB
  260. 012 Linear probing implementation I - put_en.vtt 5.9 KB
  261. 013 Linear probing implementation II - get.mp4 7.4 MB
  262. 013 Linear probing implementation II - get_en.vtt 3.1 KB
  263. 014 Linear probing implementation III - testing.mp4 15.0 MB
  264. 014 Linear probing implementation III - testing_en.vtt 5.0 KB
  265. 015 ------- Generic Linear Probing ---------.html 88 bytes
  266. 016 Generic linear probing implementation I - basics.mp4 14.7 MB
  267. 016 Generic linear probing implementation I - basics_en.vtt 7.3 KB
  268. 017 Generic linear probing implementation II - get.mp4 11.3 MB
  269. 017 Generic linear probing implementation II - get_en.vtt 4.7 KB
  270. 018 Generic linear probing implementation III - put.mp4 14.8 MB
  271. 018 Generic linear probing implementation III - put_en.vtt 6.0 KB
  272. 019 Generic linear probing implementation IV - remove.mp4 17.1 MB
  273. 019 Generic linear probing implementation IV - remove_en.vtt 6.9 KB
  274. 020 Generic linear probing implementation V - resize.mp4 18.3 MB
  275. 020 Generic linear probing implementation V - resize_en.vtt 6.1 KB
  276. 021 Generic linear probing implementation VI - testing.mp4 7.2 MB
  277. 021 Generic linear probing implementation VI - testing_en.vtt 2.4 KB
  278. 022 Generic linear probing implementation - hashCode.mp4 5.5 MB
  279. 022 Generic linear probing implementation - hashCode_en.vtt 2.3 KB
  280. 023 Maps in Java Collections.mp4 20.2 MB
  281. 023 Maps in Java Collections_en.vtt 6.2 KB
  282. 024 Why to use prime numbers in hash-functions.mp4 11.3 MB
  283. 024 Why to use prime numbers in hash-functions_en.vtt 8.0 KB
  284. 025 Practical (real-world) applications of hashing.mp4 14.2 MB
  285. 025 Practical (real-world) applications of hashing_en.vtt 7.3 KB
  286. 001 Two sum problem overview.html 228 bytes
  287. 002 Two sum problem solution.mp4 20.8 MB
  288. 002 Two sum problem solution_en.vtt 8.4 KB
  289. 001 Sorting introduction.mp4 26.3 MB
  290. 001 Sorting introduction_en.vtt 9.3 KB
  291. 002 What is stability in sorting.mp4 12.3 MB
  292. 002 What is stability in sorting_en.vtt 7.4 KB
  293. 003 Adaptive sorting algorithms.mp4 13.2 MB
  294. 003 Adaptive sorting algorithms_en.vtt 3.8 KB
  295. 004 Bogo sort introduction.mp4 5.7 MB
  296. 004 Bogo sort introduction_en.vtt 4.1 KB
  297. 005 Bogo sort implementation.mp4 18.8 MB
  298. 005 Bogo sort implementation_en.vtt 9.9 KB
  299. 006 Bubble sort introduction.mp4 8.9 MB
  300. 006 Bubble sort introduction_en.vtt 6.8 KB
  301. 007 Bubble sort implementation.mp4 16.9 MB
  302. 007 Bubble sort implementation_en.vtt 6.0 KB
  303. 008 Selection sort introduction.mp4 19.6 MB
  304. 008 Selection sort introduction_en.vtt 6.7 KB
  305. 009 Selection sort implementation.mp4 14.0 MB
  306. 009 Selection sort implementation_en.vtt 8.7 KB
  307. 010 Insertion sort introduction.mp4 19.8 MB
  308. 010 Insertion sort introduction_en.vtt 11.3 KB
  309. 011 Insertion sort implementation.mp4 11.5 MB
  310. 011 Insertion sort implementation_en.vtt 7.1 KB
  311. 012 Shell sort introduction.mp4 8.9 MB
  312. 012 Shell sort introduction_en.vtt 7.7 KB
  313. 013 Shell sort implementation.mp4 16.9 MB
  314. 013 Shell sort implementation_en.vtt 8.0 KB
  315. 014 Quicksort introduction.mp4 24.2 MB
  316. 014 Quicksort introduction_en.vtt 15.1 KB
  317. 015 Quicksort introduction - example.mp4 22.7 MB
  318. 015 Quicksort introduction - example_en.vtt 9.1 KB
  319. 016 Quicksort implementation.mp4 16.6 MB
  320. 016 Quicksort implementation_en.vtt 8.9 KB
  321. 017 Hoare's partitioning and Lomuto's partitioning.html 1.5 KB
  322. 018 What is the worst-case scenario for quicksort.mp4 13.6 MB
  323. 018 What is the worst-case scenario for quicksort_en.vtt 9.4 KB
  324. 019 Merge sort introduction.mp4 14.1 MB
  325. 019 Merge sort introduction_en.vtt 10.6 KB
  326. 020 Merge sort implementation.mp4 53.8 MB
  327. 020 Merge sort implementation_en.vtt 16.5 KB
  328. 021 Merge sort and stack memory visualization.mp4 13.1 MB
  329. 021 Merge sort and stack memory visualization_en.vtt 9.9 KB
  330. 022 Hybrid algorithms introduction.mp4 13.5 MB
  331. 022 Hybrid algorithms introduction_en.vtt 7.4 KB
  332. 023 Non-comparison based algorithms.mp4 4.0 MB
  333. 023 Non-comparison based algorithms_en.vtt 2.7 KB
  334. 024 Counting sort introduction.mp4 42.4 MB
  335. 024 Counting sort introduction_en.vtt 21.0 KB
  336. 025 Counting sort implementation.mp4 44.6 MB
  337. 025 Counting sort implementation_en.vtt 16.7 KB
  338. 026 Radix sort introduction.mp4 38.6 MB
  339. 026 Radix sort introduction_en.vtt 16.1 KB
  340. 027 Radix sort implementation.mp4 41.2 MB
  341. 027 Radix sort implementation_en.vtt 11.9 KB
  342. 001 Why to use cache.mp4 8.3 MB
  343. 001 Why to use cache_en.vtt 3.8 KB
  344. 002 LRU cache introduction.mp4 13.7 MB
  345. 002 LRU cache introduction_en.vtt 8.8 KB
  346. 003 LRU cache implementation I.mp4 12.6 MB
  347. 003 LRU cache implementation I_en.vtt 5.1 KB
  348. 004 LRU cache implementation II.mp4 57.5 MB
  349. 004 LRU cache implementation II_en.vtt 12.7 KB
  350. 001 What are Fenwick trees.mp4 32.7 MB
  351. 001 What are Fenwick trees_en.vtt 13.8 KB
  352. 002 Fenwick trees introduction - tree structure.mp4 11.6 MB
  353. 002 Fenwick trees introduction - tree structure_en.vtt 5.3 KB
  354. 003 Fenwick trees introduction - update.mp4 20.1 MB
  355. 003 Fenwick trees introduction - update_en.vtt 9.5 KB
  356. 004 Fenwick trees implementation.mp4 34.0 MB
  357. 004 Fenwick trees implementation_en.vtt 6.0 KB
  358. 001 Next steps.html 2.2 KB
  359. 001 Algorhyme Visualization App.mp4 3.9 MB
  360. 001 Algorhyme Visualization App_en.vtt 8 bytes
  361. 002 Algorhyme - Algorithms and Data Structures.html 1.9 KB
  362. 001 Course materials.html 60 bytes
  363. 002 Download source code.html 56 bytes
  364. App.class 662 bytes
  365. AvlTree.class 4.1 KB
  366. Node.class 1.3 KB
  367. Tree.class 177 bytes
  368. classpath 301 bytes
  369. project 379 bytes
  370. org.eclipse.jdt.core.prefs 598 bytes
  371. App.java 260 bytes
  372. AvlTree.java 5.9 KB
  373. Node.java 781 bytes
  374. Tree.java 152 bytes
  375. App.class 752 bytes
  376. AvlTree.class 5.6 KB
  377. Node.class 1.8 KB
  378. Tree.class 282 bytes
  379. classpath 301 bytes
  380. project 379 bytes
  381. org.eclipse.jdt.core.prefs 598 bytes
  382. App.java 257 bytes
  383. AvlTree.java 6.1 KB
  384. Node.java 800 bytes
  385. Tree.java 151 bytes
  386. AVLTree.class 6.1 KB
  387. App.class 830 bytes
  388. Node.class 2.3 KB
  389. Tree.class 286 bytes
  390. classpath 295 bytes
  391. project 366 bytes
  392. org.eclipse.jdt.core.prefs 634 bytes
  393. AVLTree.java 9.4 KB
  394. App.java 219 bytes
  395. Node.java 1022 bytes
  396. Tree.java 148 bytes
  397. App.class 1.3 KB
  398. classpath 295 bytes
  399. project 365 bytes
  400. org.eclipse.jdt.core.prefs 634 bytes
  401. App.java 1.1 KB
  402. App.class 944 bytes
  403. BinarySearchTree.class 4.6 KB
  404. Node.class 1.6 KB
  405. Person.class 1.5 KB
  406. Tree.class 374 bytes
  407. classpath 301 bytes
  408. project 392 bytes
  409. org.eclipse.jdt.core.prefs 598 bytes
  410. App.java 412 bytes
  411. BinarySearchTree.java 3.2 KB
  412. Node.java 672 bytes
  413. Person.java 615 bytes
  414. Tree.java 204 bytes
  415. App.class 986 bytes
  416. BinarySearchTree.class 4.8 KB
  417. Node.class 2.1 KB
  418. Person.class 1.5 KB
  419. Tree.class 368 bytes
  420. classpath 295 bytes
  421. project 376 bytes
  422. org.eclipse.jdt.core.prefs 634 bytes
  423. App.java 426 bytes
  424. BinarySearchTree.java 5.5 KB
  425. Node.java 890 bytes
  426. Person.java 604 bytes
  427. Tree.java 240 bytes
  428. App.class 726 bytes
  429. CheckHeap.class 515 bytes
  430. classpath 295 bytes
  431. project 369 bytes
  432. org.eclipse.jdt.core.prefs 634 bytes
  433. App.java 226 bytes
  434. CheckHeap.java 505 bytes
  435. App.class 954 bytes
  436. App.class 1.0 KB
  437. Person.class 1.5 KB
  438. classpath 301 bytes
  439. project 387 bytes
  440. org.eclipse.jdt.core.prefs 598 bytes
  441. App.java 1.5 KB
  442. App.java 1.0 KB
  443. Person.java 723 bytes
  444. Algorithm.java 1.1 KB
  445. App.java 241 bytes
  446. App.class 1.4 KB
  447. DoublyLinkedList.class 1.6 KB
  448. Node.class 1.7 KB
  449. classpath 295 bytes
  450. project 375 bytes
  451. org.eclipse.jdt.core.prefs 634 bytes
  452. App.java 560 bytes
  453. DoublyLinkedList.java 1.0 KB
  454. Node.java 716 bytes
  455. App.class 1.9 KB
  456. Constants.class 356 bytes
  457. HashTable.class 3.8 KB
  458. classpath 301 bytes
  459. project 385 bytes
  460. org.eclipse.jdt.core.prefs 598 bytes
  461. App.java 2.5 KB
  462. Constants.java 145 bytes
  463. HashTable.java 4.4 KB
  464. App.class 812 bytes
  465. Constants.class 354 bytes
  466. HashItem.class 1005 bytes
  467. HashTable.class 1.7 KB
  468. classpath 301 bytes
  469. project 391 bytes
  470. org.eclipse.jdt.core.prefs 598 bytes
  471. App.java 481 bytes
  472. Constants.java 148 bytes
  473. HashItem.java 609 bytes
  474. HashTable.java 1.4 KB
  475. App.class 770 bytes
  476. Constants.class 360 bytes
  477. HashItem.class 730 bytes
  478. HashTable.class 1.5 KB
  479. classpath 301 bytes
  480. project 396 bytes
  481. org.eclipse.jdt.core.prefs 598 bytes
  482. App.java 365 bytes
  483. Constants.java 146 bytes
  484. HashItem.java 411 bytes
  485. HashTable.java 1.2 KB
  486. App.java 281 bytes
  487. Heap.java 1.9 KB
  488. App.class 646 bytes
  489. Constants.class 360 bytes
  490. Heap.class 1.9 KB
  491. classpath 295 bytes
  492. project 364 bytes
  493. org.eclipse.jdt.core.prefs 634 bytes
  494. App.java 207 bytes
  495. Constants.java 138 bytes
  496. Heap.java 2.6 KB
  497. App.class 769 bytes
  498. CheckHeap.class 509 bytes
  499. classpath 301 bytes
  500. project 385 bytes
  501. org.eclipse.jdt.core.prefs 598 bytes
  502. App.java 273 bytes
  503. CheckHeap.java 874 bytes
  504. App.class 1.5 KB
  505. BinarySearchTree.class 5.0 KB
  506. Node.class 1.6 KB
  507. Tree.class 498 bytes
  508. TreeCompareHelper.class 1.3 KB
  509. classpath 301 bytes
  510. project 390 bytes
  511. org.eclipse.jdt.core.prefs 598 bytes
  512. App.java 575 bytes
  513. BinarySearchTree.java 3.2 KB
  514. Node.java 681 bytes
  515. Tree.java 241 bytes
  516. TreeCompareHelper.java 771 bytes
  517. App.class 1.1 KB
  518. BinarySearchTree.class 5.3 KB
  519. Node.class 1.6 KB
  520. Person.class 1.5 KB
  521. Tree.class 401 bytes
  522. classpath 301 bytes
  523. project 386 bytes
  524. org.eclipse.jdt.core.prefs 598 bytes
  525. App.java 552 bytes
  526. BinarySearchTree.java 4.2 KB
  527. Node.java 672 bytes
  528. Person.java 614 bytes
  529. Tree.java 231 bytes
  530. App.class 1.1 KB
  531. BinarySearchTree.class 5.4 KB
  532. Node.class 1.6 KB
  533. Tree.class 643 bytes
  534. classpath 301 bytes
  535. project 394 bytes
  536. org.eclipse.jdt.core.prefs 598 bytes
  537. App.java 324 bytes
  538. BinarySearchTree.java 4.4 KB
  539. Node.java 673 bytes
  540. Tree.java 285 bytes
  541. App.class 751 bytes
  542. MaxItemStack.class 1.1 KB
  543. classpath 301 bytes
  544. project 388 bytes
  545. org.eclipse.jdt.core.prefs 598 bytes
  546. App.java 354 bytes
  547. MaxItemStack.java 1.1 KB
  548. App.class 1.1 KB
  549. HeapConverter.class 1.0 KB
  550. classpath 301 bytes
  551. project 388 bytes
  552. org.eclipse.jdt.core.prefs 598 bytes
  553. App.java 342 bytes
  554. HeapConverter.java 1.5 KB
  555. App.class 1.1 KB
  556. LinkedList.class 3.4 KB
  557. List.class 445 bytes
  558. Node.class 1.4 KB
  559. classpath 301 bytes
  560. project 396 bytes
  561. org.eclipse.jdt.core.prefs 598 bytes
  562. App.java 472 bytes
  563. LinkedList.java 2.5 KB
  564. List.java 251 bytes
  565. Node.java 593 bytes
  566. App.class 803 bytes
  567. OneStackQueue.class 1015 bytes
  568. Queue.class 1.1 KB
  569. classpath 301 bytes
  570. project 391 bytes
  571. org.eclipse.jdt.core.prefs 598 bytes
  572. App.java 827 bytes
  573. OneStackQueue.java 1.1 KB
  574. Queue.java 948 bytes
  575. App.class 661 bytes
  576. RepeatedIntegersProblem.class 1005 bytes
  577. classpath 301 bytes
  578. project 394 bytes
  579. org.eclipse.jdt.core.prefs 598 bytes
  580. App.java 276 bytes
  581. RepeatedIntegersProblem.java 517 bytes
  582. App.class 761 bytes
  583. ReservoirSampling.class 1.2 KB
  584. classpath 301 bytes
  585. project 393 bytes
  586. org.eclipse.jdt.core.prefs 598 bytes
  587. App.java 315 bytes
  588. ReservoirSampling.java 916 bytes
  589. App.class 1.1 KB
  590. ReverseArray.class 738 bytes
  591. classpath 301 bytes
  592. project 395 bytes
  593. org.eclipse.jdt.core.prefs 598 bytes
  594. App.java 361 bytes
  595. ReverseArray.java 797 bytes
  596. App.class 1.0 KB
  597. LinkedList.class 3.3 KB
  598. List.class 346 bytes
  599. Node.class 1.4 KB
  600. classpath 301 bytes
  601. project 393 bytes
  602. org.eclipse.jdt.core.prefs 598 bytes
  603. App.java 399 bytes
  604. LinkedList.java 2.5 KB
  605. List.java 242 bytes
  606. Node.java 593 bytes
  607. App.class 1.2 KB
  608. Person.class 1.5 KB
  609. classpath 295 bytes
  610. project 368 bytes
  611. org.eclipse.jdt.core.prefs 634 bytes
  612. App.java 660 bytes
  613. Person.java 644 bytes
  614. App.class 966 bytes
  615. Task.class 735 bytes
  616. classpath 295 bytes
  617. project 368 bytes
  618. org.eclipse.jdt.core.prefs 634 bytes
  619. App.java 649 bytes
  620. Task.java 205 bytes
  621. App.class 1.0 KB
  622. Stack.class 1.6 KB
  623. classpath 295 bytes
  624. project 368 bytes
  625. org.eclipse.jdt.core.prefs 634 bytes
  626. App.java 309 bytes
  627. Stack.java 1.5 KB
  628. App.class 911 bytes
  629. LinkedList.class 3.2 KB
  630. List.class 314 bytes
  631. Node.class 1.4 KB
  632. classpath 301 bytes
  633. project 384 bytes
  634. org.eclipse.jdt.core.prefs 598 bytes
  635. App.java 424 bytes
  636. LinkedList.java 2.1 KB
  637. List.java 195 bytes
  638. Node.java 594 bytes
  639. App.class 969 bytes
  640. LinkedList.class 2.9 KB
  641. List.class 307 bytes
  642. Node.class 1.5 KB
  643. Person.class 2.1 KB
  644. classpath 295 bytes
  645. project 369 bytes
  646. org.eclipse.jdt.core.prefs 634 bytes
  647. App.java 352 bytes
  648. LinkedList.java 2.0 KB
  649. List.java 168 bytes
  650. Node.java 575 bytes
  651. Person.java 665 bytes
  652. App.java 330 bytes
  653. Node.java 489 bytes
  654. Queue.java 825 bytes
  655. App.class 669 bytes
  656. Node.class 1.7 KB
  657. NodeColor.class 1.1 KB
  658. RedBlackTree.class 3.6 KB
  659. Tree.class 267 bytes
  660. App.class 926 bytes
  661. Node.class 2.5 KB
  662. NodeColor.class 1.0 KB
  663. RedBlackTree.class 4.9 KB
  664. Tree.class 261 bytes
  665. classpath 295 bytes
  666. project 371 bytes
  667. org.eclipse.jdt.core.prefs 634 bytes
  668. App.java 414 bytes
  669. Node.java 989 bytes
  670. NodeColor.java 87 bytes
  671. RedBlackTree.java 4.7 KB
  672. Tree.java 230 bytes
  673. App.java 335 bytes
  674. Node.java 1.0 KB
  675. NodeColor.java 75 bytes
  676. RedBlackTree.java 6.8 KB
  677. Tree.java 119 bytes
  678. App.class 1.5 KB
  679. classpath 295 bytes
  680. project 385 bytes
  681. org.eclipse.jdt.core.prefs 634 bytes
  682. App.java 636 bytes
  683. App.java 373 bytes
  684. Node.java 851 bytes
  685. SplayTree.java 4.7 KB
  686. Tree.java 212 bytes
  687. App.class 1.1 KB
  688. Node.class 2.1 KB
  689. SplayTree.class 4.8 KB
  690. Tree.class 393 bytes
  691. classpath 295 bytes
  692. project 368 bytes
  693. org.eclipse.jdt.core.prefs 634 bytes
  694. App.java 416 bytes
  695. Node.java 851 bytes
  696. SplayTree.java 5.3 KB
  697. Tree.java 164 bytes
  698. App.java 343 bytes
  699. Stack.java 905 bytes
  700. App.class 989 bytes
  701. classpath 295 bytes
  702. project 370 bytes
  703. org.eclipse.jdt.core.prefs 634 bytes
  704. App.java 683 bytes
  705. App.java 384 bytes
  706. Node.java 500 bytes
  707. Stack.java 696 bytes
  708. App.class 1004 bytes
  709. Node.class 1.4 KB
  710. Stack.class 1.5 KB
  711. classpath 295 bytes
  712. project 375 bytes
  713. org.eclipse.jdt.core.prefs 634 bytes
  714. App.java 290 bytes
  715. Node.java 519 bytes
  716. Stack.java 809 bytes
  717. App.java 215 bytes
  718. Node.java 910 bytes
  719. TST.java 1.3 KB
  720. avl.pptx 1010.6 KB
  721. bst.pptx 917.5 KB
  722. btree.pptx 1.1 MB
  723. datastruct.pptx 696.6 KB
  724. hashtable.pptx 758.1 KB
  725. heaps.pptx 847.8 KB
  726. linkedlist.pptx 834.4 KB
  727. App.java 557 bytes
  728. Constants.java 140 bytes
  729. DoublyLinkedList.java 430 bytes
  730. LRUCache.java 3.7 KB
  731. Node.java 845 bytes
  732. rbvsavl.pptx 689.3 KB
  733. redblacktree.pptx 922.8 KB
  734. shaunting_yard.pptx 690.0 KB
  735. splay.pptx 760.6 KB
  736. stack_queue.pptx 770.2 KB
  737. tst.pptx 1.2 MB
  738. Bonus Resources.txt 386 bytes

Discussion