/1. Introduction/
|
1. Introduction From Tim Buchalka.mp4
|
43.1 MB
|
1. Introduction From Tim Buchalka.vtt
|
3.1 KB
|
1.1 The Future of the Data Structures and Algorithms Course.html
|
0.2 KB
|
10. Introduction to Algorithms.mp4
|
23.4 MB
|
10. Introduction to Algorithms.vtt
|
8.0 KB
|
2. Introduction to the Course.mp4
|
12.3 MB
|
2. Introduction to the Course.vtt
|
6.6 KB
|
3. JDK8 for Windows.mp4
|
10.4 MB
|
3. JDK8 for Windows.vtt
|
9.8 KB
|
4. JDK8 for MAC.mp4
|
6.8 MB
|
4. JDK8 for MAC.vtt
|
5.5 KB
|
5. JDK8 for Linux.mp4
|
9.7 MB
|
5. JDK8 for Linux.vtt
|
7.1 KB
|
6. IntelliJ for Windows.mp4
|
18.3 MB
|
6. IntelliJ for Windows.vtt
|
20.6 KB
|
7. IntelliJ for MAC.mp4
|
24.8 MB
|
7. IntelliJ for MAC.vtt
|
20.8 KB
|
8. IntelliJ for Linux.mp4
|
19.1 MB
|
8. IntelliJ for Linux.vtt
|
20.9 KB
|
9. Introduction to Data Structures.mp4
|
13.1 MB
|
9. Introduction to Data Structures.vtt
|
5.8 KB
|
/10. Heaps/
|
1. Introduction to Heaps.mp4
|
1.1 MB
|
1. Introduction to Heaps.vtt
|
1.0 KB
|
10. Heapsort (Implementation).mp4
|
13.7 MB
|
10. Heapsort (Implementation).vtt
|
11.6 KB
|
10.1 Source code - Heaps - Heapsort (Implementation).html
|
0.1 KB
|
2. Heaps (Theory).mp4
|
37.3 MB
|
2. Heaps (Theory).vtt
|
14.5 KB
|
3. Storing Heaps as Arrays.mp4
|
33.6 MB
|
3. Storing Heaps as Arrays.vtt
|
14.6 KB
|
4. Heaps (Insert).mp4
|
15.2 MB
|
4. Heaps (Insert).vtt
|
15.5 KB
|
4.1 Source code - Heaps - Heaps (Insert).html
|
0.1 KB
|
5. Heaps (Delete Theory).mp4
|
32.4 MB
|
5. Heaps (Delete Theory).vtt
|
12.8 KB
|
6. Heaps (Delete).mp4
|
37.8 MB
|
6. Heaps (Delete).vtt
|
35.3 KB
|
6.1 Source code - Heaps - Heaps (Delete).html
|
0.1 KB
|
7. Heaps (Peek).mp4
|
9.5 MB
|
7. Heaps (Peek).vtt
|
9.9 KB
|
7.1 Source code - Heaps - Heaps (Peek).html
|
0.1 KB
|
8. Priority Queues.mp4
|
22.8 MB
|
8. Priority Queues.vtt
|
20.0 KB
|
8.1 Source code - Heaps - Priority Queues.html
|
0.1 KB
|
8.2 PriorityQueue class Javadoc.html
|
0.1 KB
|
9. Heapsort (Theory).mp4
|
24.3 MB
|
9. Heapsort (Theory).vtt
|
8.6 KB
|
/11. Course Wrap-Up/
|
1. Sets.mp4
|
7.2 MB
|
1. Sets.vtt
|
4.8 KB
|
1.1 Sets interface Javadoc.html
|
0.1 KB
|
1.2 HashSet class Javadoc.html
|
0.1 KB
|
1.3 LinkedHashSet class Javadoc.html
|
0.1 KB
|
1.4 TreeSet class Javadoc.html
|
0.1 KB
|
2. Course Wrap-Up.mp4
|
8.7 MB
|
2. Course Wrap-Up.vtt
|
2.4 KB
|
3. Tell Us What Content You Want Us To Add!.html
|
0.5 KB
|
/12. Extra Information - Source code, and other stuff/
|
1. Source Codes.html
|
15.6 KB
|
2. Bonus Lecture and Information.mp4
|
101.4 MB
|
2. Bonus Lecture and Information.vtt
|
8.5 KB
|
2.1 Free Course and Programming Guide.pdf.pdf
|
9.3 MB
|
/2. Arrays and Big-O Notation/
|
1. Introduction to Arrays.mp4
|
1.6 MB
|
1. Introduction to Arrays.vtt
|
1.6 KB
|
2. Big-O Notation.mp4
|
19.4 MB
|
2. Big-O Notation.vtt
|
24.2 KB
|
2.1 Time Complexity Graph Wikipedia.html
|
0.2 KB
|
3. A Quick Review of Arrays in Java.mp4
|
12.2 MB
|
3. A Quick Review of Arrays in Java.vtt
|
12.4 KB
|
3.1 Source code - Arrays and Big-O Notation - A Quick Review of Arrays in Java.html
|
0.1 KB
|
4. Arrays in Memory.mp4
|
40.4 MB
|
4. Arrays in Memory.vtt
|
15.5 KB
|
5. Big-O Values for Array Operations.mp4
|
16.9 MB
|
5. Big-O Values for Array Operations.vtt
|
21.0 KB
|
5.1 Source code - Arrays and Big-O Notation - Big-O Values for Array Operations.html
|
0.1 KB
|
/3. Sort Algorithms/
|
1. Introduction to Sort Algorithms.mp4
|
1.8 MB
|
1. Introduction to Sort Algorithms.vtt
|
1.9 KB
|
10. Shell Sort (Implementation).mp4
|
16.7 MB
|
10. Shell Sort (Implementation).vtt
|
20.3 KB
|
10.1 Source code - Sort Algorithms - Shell Sort (Implementation).html
|
0.1 KB
|
11. Recursion.mp4
|
29.1 MB
|
11. Recursion.vtt
|
31.0 KB
|
11.1 Source code - Sort Algorithms - Recursion.html
|
0.1 KB
|
11.2 Dr. Dobbs article on Tail Recursion and Java.html
|
0.1 KB
|
12. Merge Sort (Theory).mp4
|
103.1 MB
|
12. Merge Sort (Theory).vtt
|
38.2 KB
|
13. Merge Sort (Implementation).mp4
|
45.6 MB
|
13. Merge Sort (Implementation).vtt
|
51.5 KB
|
13.1 Source code - Sort Algorithms - Merge Sort (Implementation).html
|
0.1 KB
|
14. Quick Sort (Theory).mp4
|
46.3 MB
|
14. Quick Sort (Theory).vtt
|
16.5 KB
|
15. Quick Sort (Implementation).mp4
|
22.3 MB
|
15. Quick Sort (Implementation).vtt
|
20.1 KB
|
15.1 Source code - Sort Algorithms - Quick Sort (Implementation).html
|
0.1 KB
|
16. Counting Sort (Theory).mp4
|
36.2 MB
|
16. Counting Sort (Theory).vtt
|
14.0 KB
|
17. Counting Sort (Implementation).mp4
|
14.5 MB
|
17. Counting Sort (Implementation).vtt
|
14.4 KB
|
17.1 Source code - Sort Algorithms - Counting Sort (Implementation).html
|
0.1 KB
|
18. Radix Sort (Theory).mp4
|
68.0 MB
|
18. Radix Sort (Theory).vtt
|
18.9 KB
|
19. Stable Counting Sort (Theory).mp4
|
77.2 MB
|
19. Stable Counting Sort (Theory).vtt
|
23.6 KB
|
2. Bubble Sort (Theory).mp4
|
36.7 MB
|
2. Bubble Sort (Theory).vtt
|
14.8 KB
|
20. Radix Sort (Implementation).mp4
|
26.5 MB
|
20. Radix Sort (Implementation).vtt
|
21.8 KB
|
20.1 Source code - Sort Algorithms - Radix Sort (Implementation).html
|
0.1 KB
|
21. Sorting Arrays Using the JDK.mp4
|
15.7 MB
|
21. Sorting Arrays Using the JDK.vtt
|
12.2 KB
|
21.1 Java Arrays class.html
|
0.1 KB
|
21.2 Source code - Sort Algorithms - Sorting Arrays Using the JDK.html
|
0.1 KB
|
22. Sort Algorithms Challenge #1.mp4
|
7.7 MB
|
22. Sort Algorithms Challenge #1.vtt
|
2.0 KB
|
22.1 Source code - Sort Algorithms - Sort Algorithms Challenge #1.html
|
0.1 KB
|
23. Sort Algorithms Challenge #1 Solution.mp4
|
7.1 MB
|
23. Sort Algorithms Challenge #1 Solution.vtt
|
7.6 KB
|
23.1 Source code - Sort Algorithms - Sort Algorithms Challenge #1 Solution.html
|
0.1 KB
|
24. Sort Algorithms Challenge #2.mp4
|
5.6 MB
|
24. Sort Algorithms Challenge #2.vtt
|
1.4 KB
|
24.1 Source code - Sort Algorithms - Sort Algorithms Challenge #2.html
|
0.1 KB
|
25. Sort Algorithms Challenge #2 Solution.mp4
|
23.2 MB
|
25. Sort Algorithms Challenge #2 Solution.vtt
|
19.8 KB
|
25.1 Source code - Sort Algorithms - Sort Algorithms Challenge #2 Solution.html
|
0.1 KB
|
26. Sort Algorithms Challenge #3.mp4
|
7.9 MB
|
26. Sort Algorithms Challenge #3.vtt
|
1.9 KB
|
26.1 Source code - Sort Algorithms - Sort Algorithms Challenge #3.html
|
0.1 KB
|
27. Sort Algorithms Challenge #3 Solution.mp4
|
19.9 MB
|
27. Sort Algorithms Challenge #3 Solution.vtt
|
15.8 KB
|
27.1 Source code - Sort Algorithms - Sort Algorithms Challenge #3 Solution.html
|
0.1 KB
|
3. Bubble Sort (Implementation).mp4
|
18.7 MB
|
3. Bubble Sort (Implementation).vtt
|
19.4 KB
|
3.1 Source code - Sort Algorithms - Bubble Sort (Implementation).html
|
0.1 KB
|
4. Stable vs. Unstable Sort Algorithms.mp4
|
16.6 MB
|
4. Stable vs. Unstable Sort Algorithms.vtt
|
8.4 KB
|
5. Selection Sort (Theory).mp4
|
32.1 MB
|
5. Selection Sort (Theory).vtt
|
11.3 KB
|
6. Selection Sort (Implementation).mp4
|
8.8 MB
|
6. Selection Sort (Implementation).vtt
|
8.5 KB
|
6.1 Source code - Sort Algorithms - Selection Sort (Implementation).html
|
0.1 KB
|
7. Insertion Sort (Theory).mp4
|
38.1 MB
|
7. Insertion Sort (Theory).vtt
|
13.9 KB
|
8. Insertion Sort (Implementation).mp4
|
12.0 MB
|
8. Insertion Sort (Implementation).vtt
|
12.7 KB
|
8.1 Source code - Sort Algorithms - Insertion Sort (Implementation).html
|
0.1 KB
|
9. Shell Sort (Theory).mp4
|
19.4 MB
|
9. Shell Sort (Theory).vtt
|
22.8 KB
|
9.1 Shell Sort Wikipedia article.html
|
0.1 KB
|
/4. Lists/
|
1. Introduction to Lists.mp4
|
8.1 MB
|
1. Introduction to Lists.vtt
|
5.1 KB
|
1.1 List interface Javadoc.html
|
0.1 KB
|
1.2 Lists - Array Lists.html
|
0.1 KB
|
10. Linked Lists Challenge #1.mp4
|
10.4 MB
|
10. Linked Lists Challenge #1.vtt
|
2.6 KB
|
10.1 Source code - Lists - Linked Lists Challenge #1.html
|
0.1 KB
|
11. Linked Lists Challenge #1 Solution.mp4
|
88.1 MB
|
11. Linked Lists Challenge #1 Solution.vtt
|
15.9 KB
|
11.1 Source code - Lists - Linked Lists Challenge #1 Solution.html
|
0.1 KB
|
12. Linked Lists Challenge #2.mp4
|
13.3 MB
|
12. Linked Lists Challenge #2.vtt
|
3.3 KB
|
12.1 Source code - Lists - Linked Lists Challenge #2.html
|
0.1 KB
|
13. Linked Lists Challenge #2 Solution.mp4
|
18.4 MB
|
13. Linked Lists Challenge #2 Solution.vtt
|
13.3 KB
|
13.1 Source code - Lists - Linked Lists Challenge #2 Solution.html
|
0.1 KB
|
2. Abstract Data Types.mp4
|
13.9 MB
|
2. Abstract Data Types.vtt
|
5.3 KB
|
3. Array Lists.mp4
|
48.7 MB
|
3. Array Lists.vtt
|
40.9 KB
|
3.1 Source code - Lists - Array Lists.html
|
0.1 KB
|
3.2 ArrayList Class javadoc.html
|
0.1 KB
|
4. Vectors.mp4
|
15.7 MB
|
4. Vectors.vtt
|
11.3 KB
|
4.1 Source code - Lists - Vector.html
|
0.1 KB
|
4.2 Vector class javadoc.html
|
0.1 KB
|
5. Singly Linked Lists (Theory).mp4
|
23.9 MB
|
5. Singly Linked Lists (Theory).vtt
|
12.8 KB
|
6. Singly Linked Lists (Implementation).mp4
|
35.1 MB
|
6. Singly Linked Lists (Implementation).vtt
|
31.4 KB
|
6.1 Source code - Lists - Singly Linked Lists (Implementation).html
|
0.1 KB
|
7. Doubly Linked Lists (Theory).mp4
|
34.7 MB
|
7. Doubly Linked Lists (Theory).vtt
|
18.7 KB
|
8. Doubly Linked Lists (Implementation).mp4
|
199.6 MB
|
8. Doubly Linked Lists (Implementation).vtt
|
37.2 KB
|
8.1 Source code - Lists - Doubly Linked Lists (Implementation).html
|
0.1 KB
|
9. The JDK LinkedList Class.mp4
|
28.9 MB
|
9. The JDK LinkedList Class.vtt
|
21.2 KB
|
9.1 LinkedList class javadoc.html
|
0.1 KB
|
9.2 Source code - Lists - The JDK LinkedList Class.html
|
0.1 KB
|
/5. Stacks/
|
1. Introduction to Stacks.mp4
|
2.0 MB
|
1. Introduction to Stacks.vtt
|
1.1 KB
|
2. Stacks (Theory).mp4
|
32.7 MB
|
2. Stacks (Theory).vtt
|
13.8 KB
|
3. Stacks Implementation (Array).mp4
|
42.3 MB
|
3. Stacks Implementation (Array).vtt
|
30.8 KB
|
3.1 Source code - Stacks - Stacks Implementation (Array).html
|
0.1 KB
|
4. Stacks Implementation (Linked List).mp4
|
35.4 MB
|
4. Stacks Implementation (Linked List).vtt
|
18.3 KB
|
4.1 Source code - Stacks - Stacks Implementation (Linked List).html
|
0.1 KB
|
5. Stacks Challenge.mp4
|
13.1 MB
|
5. Stacks Challenge.vtt
|
3.4 KB
|
5.1 Source code - Stacks - Stacks Challenge.html
|
0.1 KB
|
6. Stacks Challenge Solution.mp4
|
15.8 MB
|
6. Stacks Challenge Solution.vtt
|
12.9 KB
|
6.1 Source code - Stacks - Stacks Challenge Solution.html
|
0.1 KB
|
/6. Queues/
|
1. Introduction to Queues.mp4
|
1.7 MB
|
1. Introduction to Queues.vtt
|
0.6 KB
|
2. Queues (Theory).mp4
|
15.5 MB
|
2. Queues (Theory).vtt
|
6.5 KB
|
3. Queues (Array Implementation).mp4
|
37.7 MB
|
3. Queues (Array Implementation).vtt
|
31.0 KB
|
3.1 Source code - Queues - Queues (Array Implementation).html
|
0.1 KB
|
4. Circular Queue Implementation (Part One).mp4
|
33.7 MB
|
4. Circular Queue Implementation (Part One).vtt
|
26.5 KB
|
4.1 Source code - Queues - Circular Queue Implementation (Part One).html
|
0.1 KB
|
5. Circular Queue Implementation (Part Two).mp4
|
53.9 MB
|
5. Circular Queue Implementation (Part Two).vtt
|
36.7 KB
|
5.1 Queues - Circular Queue Implementation (Part-Two).html
|
0.1 KB
|
6. Queues and the JDK.mp4
|
94.1 MB
|
6. Queues and the JDK.vtt
|
15.7 KB
|
6.1 Deque interface javadoc.html
|
0.1 KB
|
6.2 Queue interface javadoc.html
|
0.1 KB
|
6.3 ConcurrentLinkedQueue class javadoc.html
|
0.2 KB
|
6.4 ArrayDeque class javadoc.html
|
0.1 KB
|
6.5 ArrayBlockingQueue class javadoc.html
|
0.1 KB
|
7. Queues Challenge.mp4
|
12.4 MB
|
7. Queues Challenge.vtt
|
3.4 KB
|
7.1 Source code - Queues - Queues Challenge.html
|
0.1 KB
|
8. Queues Challenge Solution.mp4
|
15.9 MB
|
8. Queues Challenge Solution.vtt
|
14.4 KB
|
8.1 Source code - Queues - Queues Challenge Solution.html
|
0.1 KB
|
/7. Hashtables/
|
1. Introduction to Hashtables.mp4
|
1.6 MB
|
1. Introduction to Hashtables.vtt
|
0.6 KB
|
10. Bucket Sort (Implementation).mp4
|
23.4 MB
|
10. Bucket Sort (Implementation).vtt
|
3.4 KB
|
10.1 Source code - Hashtables - Bucket Sort (Implementation).html
|
0.1 KB
|
11. Hashtables Challenge #1.mp4
|
3.5 MB
|
11. Hashtables Challenge #1.vtt
|
3.4 KB
|
11.1 Source code - Hashtables - Hashtables Challenge #1.html
|
0.1 KB
|
12. Hashtables Challenge #1 Solution.mp4
|
5.0 MB
|
12. Hashtables Challenge #1 Solution.vtt
|
4.6 KB
|
12.1 Source code - Hashtables - Hashtables Challenge #1 Solution.html
|
0.1 KB
|
13. Hashtables Challenge #2.mp4
|
10.8 MB
|
13. Hashtables Challenge #2.vtt
|
2.7 KB
|
13.1 Source code - Hashtables - Hashtables Challenge #2.html
|
0.1 KB
|
14. Hashtables Challenge #2 Solution.mp4
|
16.9 MB
|
14. Hashtables Challenge #2 Solution.vtt
|
13.5 KB
|
14.1 Source code - Hashtables - Hashtables Challenge #2 Solution.html
|
0.1 KB
|
2. Hashtables (Theory).mp4
|
41.7 MB
|
2. Hashtables (Theory).vtt
|
15.0 KB
|
3. Hashtables (Array Implementation).mp4
|
32.8 MB
|
3. Hashtables (Array Implementation).vtt
|
24.1 KB
|
3.1 Source code - Hashtables - Hashtables (Array Implementation).html
|
0.1 KB
|
4. Linear Probing.mp4
|
189.7 MB
|
4. Linear Probing.vtt
|
36.0 KB
|
4.1 Source code - Hashtables - Linear Probing.html
|
0.1 KB
|
5. Linear Probing - Removing Items.mp4
|
89.1 MB
|
5. Linear Probing - Removing Items.vtt
|
15.9 KB
|
5.1 Source code - Hashtables - Linear Probing - Removing Items.html
|
0.1 KB
|
6. Linear Probing - Rehashing.mp4
|
106.6 MB
|
6. Linear Probing - Rehashing.vtt
|
19.7 KB
|
6.1 Source code - Hashtables - Linear Probing - Rehashing.html
|
0.1 KB
|
7. Chaining.mp4
|
55.9 MB
|
7. Chaining.vtt
|
36.7 KB
|
7.1 Source code - Hashtables - Chaining.html
|
0.1 KB
|
8. Hashtables and the JDK.mp4
|
199.1 MB
|
8. Hashtables and the JDK.vtt
|
27.7 KB
|
8.1 Source code - Hashtables - Hashtables and the JDK.html
|
0.1 KB
|
8.2 Hashtable class javadoc.html
|
0.1 KB
|
8.3 ConcurrentHashMap class javadoc.html
|
0.1 KB
|
8.4 HashMap class javadoc.html
|
0.1 KB
|
8.5 LinkedHashMap class javadoc.html
|
0.1 KB
|
8.6 Map interface javadoc.html
|
0.1 KB
|
9. Bucket Sort (Theory).mp4
|
34.3 MB
|
9. Bucket Sort (Theory).vtt
|
12.0 KB
|
/8. Search Algorithms/
|
1. Introduction to Search Algorithms.mp4
|
2.4 MB
|
1. Introduction to Search Algorithms.vtt
|
1.4 KB
|
2. Linear Search Algorithm.mp4
|
9.2 MB
|
2. Linear Search Algorithm.vtt
|
5.5 KB
|
2.1 Source code - Search Algorithms - Linear Search Algorithm.html
|
0.1 KB
|
3. Binary Search Algorithm.mp4
|
38.9 MB
|
3. Binary Search Algorithm.vtt
|
14.6 KB
|
4. Binary Search (Implementation).mp4
|
27.1 MB
|
4. Binary Search (Implementation).vtt
|
20.6 KB
|
4.1 Source code - Search Algorithms - Binary Search (Implementation).html
|
0.1 KB
|
/9. Trees/
|
1. Introduction to Trees.mp4
|
1.6 MB
|
1. Introduction to Trees.vtt
|
1.6 KB
|
10. Binary Seach Trees (Implement Case 3).mp4
|
14.4 MB
|
10. Binary Seach Trees (Implement Case 3).vtt
|
11.7 KB
|
10.1 Source code - Trees - Binary Seach Trees (Implement Case 3).html
|
0.1 KB
|
11. Trees and the JDK.mp4
|
12.5 MB
|
11. Trees and the JDK.vtt
|
6.2 KB
|
11.1 TreeSet class javadoc.html
|
0.1 KB
|
11.2 TreeMap class javadoc.html
|
0.1 KB
|
12. Binary Search Trees Challenge #1.mp4
|
10.0 MB
|
12. Binary Search Trees Challenge #1.vtt
|
3.2 KB
|
12.1 Source code - Trees - Binary Search Trees Challenge #1.html
|
0.1 KB
|
13. Binary Search Trees Challenge #1 Solution.mp4
|
5.8 MB
|
13. Binary Search Trees Challenge #1 Solution.vtt
|
4.6 KB
|
13.1 Source code - Trees - Binary Search Trees Challenge #1 Solution.html
|
0.1 KB
|
14. Binary Search Trees Challenge #2.mp4
|
41.2 MB
|
14. Binary Search Trees Challenge #2.vtt
|
15.1 KB
|
2. Trees (Theory).mp4
|
49.3 MB
|
2. Trees (Theory).vtt
|
18.3 KB
|
3. Binary Search Trees (Theory).mp4
|
54.1 MB
|
3. Binary Search Trees (Theory).vtt
|
26.2 KB
|
4. Binary Search Trees (Insertion).mp4
|
74.7 MB
|
4. Binary Search Trees (Insertion).vtt
|
19.7 KB
|
4.1 Source code - Trees - Binary Search Trees (Insertion).html
|
0.1 KB
|
5. Binary Search Trees (Traversal).mp4
|
65.5 MB
|
5. Binary Search Trees (Traversal).vtt
|
19.2 KB
|
5.1 Source code - Trees - Binary Search Trees (Traversal).html
|
0.1 KB
|
6. Binary Search Trees (Get, Min, Max).mp4
|
20.7 MB
|
6. Binary Search Trees (Get, Min, Max).vtt
|
17.4 KB
|
6.1 Source code - Trees - Binary Search Trees (Get, Min, Max).html
|
0.1 KB
|
7. Binary Search Trees (Delete Cases 1 and 2).mp4
|
13.5 MB
|
7. Binary Search Trees (Delete Cases 1 and 2).vtt
|
5.5 KB
|
8. Binary Search Trees (Implement Cases 1 and 2).mp4
|
17.6 MB
|
8. Binary Search Trees (Implement Cases 1 and 2).vtt
|
17.5 KB
|
8.1 Source code - Trees - Binary Search Trees (Implement Cases 1 and 2).html
|
0.1 KB
|
9. Binary Search Trees (Delete Case 3).mp4
|
41.3 MB
|
9. Binary Search Trees (Delete Case 3).vtt
|
17.5 KB
|
/
|
[Tutorialsplanet.NET].url
|
0.1 KB
|
Total files 320
|