Filename Size 10. Searching Algorithms/1. PREREQUISITES.html 220 B 10. Searching Algorithms/10. Binary Search Solution.mp4 109.6 MB 10. Searching Algorithms/10. Binary Search Solution.srt 25 KB 10. Searching Algorithms/10. Binary Search Solution.vtt 21.3 KB 10. Searching Algorithms/10.1 binary_search.js.js 886 B 10. Searching Algorithms/11. Binary Search BIG O.mp4 29.4 MB 10. Searching Algorithms/11. Binary Search BIG O.srt 9.5 KB 10. Searching Algorithms/11. Binary Search BIG O.vtt 8.2 KB 10. Searching Algorithms/12. Naive String Search.mp4 15.9 MB 10. Searching Algorithms/12. Naive String Search.srt 8.7 KB 10. Searching Algorithms/12. Naive String Search.vtt 7.4 KB 10. Searching Algorithms/13. Naive String Search Implementation.mp4 76.8 MB 10. Searching Algorithms/13. Naive String Search Implementation.srt 18.1 KB 10. Searching Algorithms/13. Naive String Search Implementation.vtt 15.4 KB 10. Searching Algorithms/13.1 string_search.js.js 305 B 10. Searching Algorithms/14. KNP COMING SOON.html 90 B 10. Searching Algorithms/2. Intro to Searching.mp4 32.6 MB 10. Searching Algorithms/2. Intro to Searching.srt 6.5 KB 10. Searching Algorithms/2. Intro to Searching.vtt 5.8 KB 10. Searching Algorithms/2.1 Slides.html 103 B 10. Searching Algorithms/3. Intro to Linear Search.mp4 46.6 MB 10. Searching Algorithms/3. Intro to Linear Search.srt 8 KB 10. Searching Algorithms/3. Intro to Linear Search.vtt 6.8 KB 10. Searching Algorithms/4. Linear Search Exercise.html 151 B 10. Searching Algorithms/5. Linear Search Solution.mp4 34.7 MB 10. Searching Algorithms/5. Linear Search Solution.srt 8.1 KB 10. Searching Algorithms/5. Linear Search Solution.vtt 6.9 KB 10. Searching Algorithms/5.1 linear_search.js.js 177 B 10. Searching Algorithms/6. Linear Search BIG O.mp4 4.6 MB 10. Searching Algorithms/6. Linear Search BIG O.srt 3.3 KB 10. Searching Algorithms/6. Linear Search BIG O.vtt 2.9 KB 10. Searching Algorithms/7. Intro to Binary Search.mp4 36.2 MB 10. Searching Algorithms/7. Intro to Binary Search.srt 9.8 KB 10. Searching Algorithms/7. Intro to Binary Search.vtt 8.5 KB 10. Searching Algorithms/8. Binary Search PseudoCode.mp4 10.6 MB 10. Searching Algorithms/8. Binary Search PseudoCode.srt 4.4 KB 10. Searching Algorithms/8. Binary Search PseudoCode.vtt 3.9 KB 10. Searching Algorithms/9. Binary Search Exercise.html 151 B 11. Bubble Sort/1. PREREQUISITES.html 220 B 11. Bubble Sort/2. Introduction to Sorting Algorithms.mp4 45.2 MB 11. Bubble Sort/2. Introduction to Sorting Algorithms.srt 13.9 KB 11. Bubble Sort/2. Introduction to Sorting Algorithms.vtt 12.2 KB 11. Bubble Sort/2.1 Sorting Slides.html 124 B 11. Bubble Sort/2.2 Sorting Animations Website.html 113 B 11. Bubble Sort/3. Built-In JavaScript Sorting.mp4 31.4 MB 11. Bubble Sort/3. Built-In JavaScript Sorting.srt 7.5 KB 11. Bubble Sort/3. Built-In JavaScript Sorting.vtt 6.5 KB 11. Bubble Sort/3.1 Built-In JS Sort Documentation.html 152 B 11. Bubble Sort/4. Bubble Sort Overview.mp4 24.4 MB 11. Bubble Sort/4. Bubble Sort Overview.srt 11.9 KB 11. Bubble Sort/4. Bubble Sort Overview.vtt 10.3 KB 11. Bubble Sort/4.1 Visualgo Sorting (Click Bubble Sort).html 92 B 11. Bubble Sort/5. Bubble Sort Implementation.mp4 63.9 MB 11. Bubble Sort/5. Bubble Sort Implementation.srt 15.2 KB 11. Bubble Sort/5. Bubble Sort Implementation.vtt 12.8 KB 11. Bubble Sort/5.1 bubble_unoptimized.js.js 681 B 11. Bubble Sort/6. Bubble Sort Optimization.mp4 31.9 MB 11. Bubble Sort/6. Bubble Sort Optimization.srt 6.5 KB 11. Bubble Sort/6. Bubble Sort Optimization.vtt 5.6 KB 11. Bubble Sort/6.1 optimized_bubble.js.js 403 B 11. Bubble Sort/7. Bubble Sort BIG O Complexity.mp4 12.5 MB 11. Bubble Sort/7. Bubble Sort BIG O Complexity.srt 2.3 KB 11. Bubble Sort/7. Bubble Sort BIG O Complexity.vtt 2 KB 12. Selection Sort/1. PREREQUISITES.html 405 B 12. Selection Sort/2. Selection Sort Introduction.mp4 23.3 MB 12. Selection Sort/2. Selection Sort Introduction.srt 10.7 KB 12. Selection Sort/2. Selection Sort Introduction.vtt 9.1 KB 12. Selection Sort/2.1 Sorting Slides.html 124 B 12. Selection Sort/2.2 Visualgo Sorting (Click Selection Sort).html 92 B 12. Selection Sort/3. Selection Sort Implementation.mp4 68.8 MB 12. Selection Sort/3. Selection Sort Implementation.srt 15.9 KB 12. Selection Sort/3. Selection Sort Implementation.vtt 13.7 KB 12. Selection Sort/3.1 selection_sort.js.js 867 B 12. Selection Sort/4. Selection Sort Big O Complexity.mp4 8.7 MB 12. Selection Sort/4. Selection Sort Big O Complexity.srt 2.7 KB 12. Selection Sort/4. Selection Sort Big O Complexity.vtt 2.4 KB 13. Insertion Sort/1. PREREQUISITES.html 466 B 13. Insertion Sort/2. Insertion Sort Introduction.mp4 9.1 MB 13. Insertion Sort/2. Insertion Sort Introduction.srt 5.4 KB 13. Insertion Sort/2. Insertion Sort Introduction.vtt 4.6 KB 13. Insertion Sort/2.1 Sorting Slides.html 124 B 13. Insertion Sort/2.2 Visualgo Sorting (Click Insertion Sort).html 92 B 13. Insertion Sort/3. Insertion Sort Implementation.mp4 48.8 MB 13. Insertion Sort/3. Insertion Sort Implementation.srt 16.4 KB 13. Insertion Sort/3. Insertion Sort Implementation.vtt 14 KB 13. Insertion Sort/3.1 insertion_sort.js.js 304 B 13. Insertion Sort/4. Insertion Sort BIG O Complexity.mp4 15.1 MB 13. Insertion Sort/4. Insertion Sort BIG O Complexity.srt 4.1 KB 13. Insertion Sort/4. Insertion Sort BIG O Complexity.vtt 3.5 KB 14. Comparing Bubble, Selection, and Insertion Sort/1. Comparing Bubble, Selection, and Insertion Sort.mp4 22.3 MB 14. Comparing Bubble, Selection, and Insertion Sort/1. Comparing Bubble, Selection, and Insertion Sort.srt 9.4 KB 14. Comparing Bubble, Selection, and Insertion Sort/1. Comparing Bubble, Selection, and Insertion Sort.vtt 8.2 KB 14. Comparing Bubble, Selection, and Insertion Sort/1.1 Sorting Animations Website.html 113 B 15. Merge Sort/1. PREREQUISITES.html 579 B 15. Merge Sort/2. Intro to the Crazier Sorts.mp4 34.3 MB 15. Merge Sort/2. Intro to the Crazier Sorts.srt 10 KB 15. Merge Sort/2. Intro to the Crazier Sorts.vtt 8.7 KB 15. Merge Sort/2.1 Slides.html 126 B 15. Merge Sort/3.1 Visualgo Sorting (click the merge tab).html 92 B