种子简介
种子名称:
[FreeCourseLab.com] Udemy - Introduction to Data Structures & Algorithms in Java
文件类型:
视频
文件数目:
92个文件
文件大小:
595.35 MB
收录时间:
2021-9-25 05:24
已经下载:
3次
资源热度:
208
最近下载:
2024-11-12 21:14
下载BT种子文件
下载Torrent文件(.torrent)
立即下载
磁力链接下载
magnet:?xt=urn:btih:9c2936570a454316608eb88889f3ec8f46a97a4d&dn=[FreeCourseLab.com] Udemy - Introduction to Data Structures & Algorithms in Java
复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。
喜欢这个种子的人也喜欢
种子包含的文件
[FreeCourseLab.com] Udemy - Introduction to Data Structures & Algorithms in Java.torrent
1. Introduction to Algorithms/1. Introduction.mp41.72MB
1. Introduction to Algorithms/2. Euclid's algorithm.mp410.98MB
1. Introduction to Algorithms/3. Bubble Sort algorithm.mp47.84MB
1. Introduction to Algorithms/4. Why study data structures & algorithms.mp47.22MB
1. Introduction to Algorithms/5. Correctness of an algorithm.mp43.13MB
10. Hashtables/1. Introduction.mp45.64MB
10. Hashtables/11. Conclusion.mp41.32MB
10. Hashtables/2. Direct Access Tables.mp43.73MB
10. Hashtables/3. Hashing.mp42.87MB
10. Hashtables/4. Resolving collisions through chaining.mp47.69MB
10. Hashtables/5. The Hash function.mp410.9MB
10. Hashtables/6. Open Addressing to resolve collisions.mp44.67MB
10. Hashtables/7. Strategies for Open Addressing.mp45.66MB
10. Hashtables/8. Time Complexity Open Addressing.mp45.68MB
2. Analysis of Algorithms/2. Introduction.mp46.18MB
2. Analysis of Algorithms/3. How to calculate the time complexity.mp44.78MB
2. Analysis of Algorithms/4. The RAM model of computation.mp44.01MB
2. Analysis of Algorithms/5. Time complexity of Bubble sort algorithm.mp45.15MB
2. Analysis of Algorithms/6. Pseudo code Bubble sort algorithm.mp45.1MB
2. Analysis of Algorithms/7. The Big O notation.mp45.6MB
2. Analysis of Algorithms/8. Using Big O notation Examples.mp46.95MB
2. Analysis of Algorithms/9. Comparison of running times.mp46.83MB
3. Basic Sorting and Search Algorithms/1. Selection Sort.mp46.45MB
3. Basic Sorting and Search Algorithms/10. Searching elements in an ORDERED array.mp49.01MB
3. Basic Sorting and Search Algorithms/11. Searching elements in an ORDERED array - contd..mp49.7MB
3. Basic Sorting and Search Algorithms/12. Inserting and Deleting items in an ORDERED array.mp43.58MB
3. Basic Sorting and Search Algorithms/13. Sorting any type of object.mp43.62MB
3. Basic Sorting and Search Algorithms/2. Selection Sort Pseudocode.mp44.14MB
3. Basic Sorting and Search Algorithms/3. Introduction to Insertion Sort.mp43.65MB
3. Basic Sorting and Search Algorithms/4. Applying Insertion Sort algorithm to cue balls.mp45.39MB
3. Basic Sorting and Search Algorithms/5. Insertion Sort Pseudocode.mp44.15MB
3. Basic Sorting and Search Algorithms/6. O(n²) sorting algorithms - Comparison.mp43.12MB
3. Basic Sorting and Search Algorithms/8. Stable Vs Unstable Sorts.mp47.99MB
3. Basic Sorting and Search Algorithms/9. Searching elements in an un ordered array.mp46.61MB
4. Linked Lists/1. What is a Linked List.mp46.33MB
4. Linked Lists/10. Doubly Linked List.mp419.05MB
4. Linked Lists/11. Insertion Sort revisited.mp420.64MB
4. Linked Lists/2. Implementing a Linked List in Java.mp42.21MB
4. Linked Lists/3. Inserting a new Node.mp411.63MB
4. Linked Lists/4. Length of a Linked List.mp45.73MB
4. Linked Lists/5. Deleting the head node.mp46.13MB
4. Linked Lists/6. Searching for an Item.mp47.66MB
4. Linked Lists/8. Doubly Ended Lists.mp48.06MB
4. Linked Lists/9. Inserting data in a sorted Linked List.mp48.07MB
5. Stacks and Queues/1. Stacks.mp44.54MB
5. Stacks and Queues/2. Abstract Data Types.mp41.06MB
5. Stacks and Queues/3. Implementing Stacks using Arrays.mp46.65MB
5. Stacks and Queues/4. Queues.mp43.78MB
5. Stacks and Queues/5. Queues using Arrays.mp49.6MB
5. Stacks and Queues/6. Double Ended Queues.mp42.85MB
5. Stacks and Queues/7. Double Ended Queues using Arrays.mp46.98MB
6. Recursion/1. Introduction.mp48.95MB
6. Recursion/2. Understanding Recursion.mp45.43MB
6. Recursion/3. Tail recursion.mp43.89MB
6. Recursion/4. Tower of Hanoi.mp416.69MB
6. Recursion/5. Tower of Hanoi - Implementation.mp47MB
6. Recursion/6. Merge Sort.mp47.6MB
6. Recursion/7. Merge Sort - Pseudocode.mp49.92MB
6. Recursion/8. Merge Step - Pseudocode.mp49.72MB
6. Recursion/9. Time Complexity of Merge Sort.mp45.42MB
7. Binary Search Trees/1. The Tree Data structure.mp46.87MB
7. Binary Search Trees/10. Deleting an Item - Soft Delete.mp45.6MB
7. Binary Search Trees/11. Finding smallest & largest values.mp47.96MB
7. Binary Search Trees/12. Tree Traversal In Order.mp46.66MB
7. Binary Search Trees/13. Tree Traversal Pre Order.mp44.17MB
7. Binary Search Trees/14. Tree Traversal Post Order.mp42.17MB
7. Binary Search Trees/15. Unbalanced Trees Vs Balanced Trees.mp43.92MB
7. Binary Search Trees/16. Height of a Binary Tree.mp43.53MB
7. Binary Search Trees/17. Time Complexity of Operations on Binary Search Trees.mp44.68MB
7. Binary Search Trees/2. Binary Trees.mp410.82MB
7. Binary Search Trees/3. Binary Search Trees.mp44.1MB
7. Binary Search Trees/4. Finding an item in a Binary Search Tree.mp45.38MB
7. Binary Search Trees/5. Implementing the find method.mp46.71MB
7. Binary Search Trees/6. Inserting an item in a Binary Search Tree.mp49.73MB
7. Binary Search Trees/7. Deleting an Item Case 1.mp413.63MB
7. Binary Search Trees/8. Deleting an Item - Case 2.mp48.2MB
7. Binary Search Trees/9. Deleting an Item - Case 3.mp411.15MB
8. More Sorting Algorithms/1. Introduction.mp42.3MB
8. More Sorting Algorithms/2. QuickSort.mp48.36MB
8. More Sorting Algorithms/3. QuickSort The partition step.mp44.14MB
8. More Sorting Algorithms/4. Shell Sort.mp49.57MB
8. More Sorting Algorithms/5. Shell Sort Example.mp46.47MB
8. More Sorting Algorithms/6. Counting Sort.mp49.12MB
8. More Sorting Algorithms/7. Radix Sort.mp43.95MB
8. More Sorting Algorithms/8. Bucket Sort.mp45.35MB
9. Heaps/1. Introduction.mp46.98MB
9. Heaps/2. Deleting the root.mp43.33MB
9. Heaps/3. Inserting an item in a heap.mp43.5MB
9. Heaps/4. Heaps as Priority Queues.mp44.52MB
9. Heaps/5. Representing heaps using Arrays.mp43.68MB
9. Heaps/6. Heap Sort.mp44.64MB
9. Heaps/7. Building a heap.mp47.52MB