PDC4S:\IT\Python (All courses related to Python are here)\Python Searching & Sorting Algorithms - A Practical Approach\10. Use the timeit Module to Compare Efficiency |
Up one directory... |
|
1. Introduction to the timeit module.mp4 | 50,161 KB | 12/12/2021 3:34 AM |
1.1 timeit — Measure execution time of small code snippets.html | 1 KB | 12/12/2021 3:34 AM |
10. Insertion Sort vs. Merge Sort vs. Quicksort with timeit.mp4 | 40,472 KB | 12/12/2021 3:34 AM |
10.1 6 - Insertion Sort vs. Merge Sort vs. Quicksort - timeit.py | 3 KB | 12/12/2021 3:34 AM |
11. Experiment with timeit.html | 1 KB | 12/12/2021 3:34 AM |
12. Analyze the Time Efficiency of the Algorithms using timeit Mini Project.html | 1 KB | 12/12/2021 3:34 AM |
2. Section Resources & Slides.html | 1 KB | 12/12/2021 3:34 AM |
2.1 1 - The timeit Module - Introduction to timeit.pdf | 545 KB | 12/12/2021 3:34 AM |
2.2 timeit Module - Section Code Files.zip | 5 KB | 12/12/2021 3:34 AM |
3. The timeit Module.html | 1 KB | 12/12/2021 3:34 AM |
4. Testing Linear Search with timeit.mp4 | 49,473 KB | 12/12/2021 3:34 AM |
4.1 1 - Linear Search Code - timeit.py | 2 KB | 12/12/2021 3:34 AM |
5. Testing Binary Search with timeit.mp4 | 32,675 KB | 12/12/2021 3:34 AM |
5.1 2 - Binary Search Code - timeit.py | 2 KB | 12/12/2021 3:34 AM |
6. Linear Search vs. Binary Search with timeit.mp4 | 33,618 KB | 12/12/2021 3:34 AM |
6.1 3 - Linear Search vs. Binary Search Code - timeit.py | 2 KB | 12/12/2021 3:34 AM |
7. Let's Analyze Sorting Algorithms.html | 1 KB | 12/12/2021 3:34 AM |
8. Testing Bubble Sort with timeit.mp4 | 52,429 KB | 12/12/2021 3:34 AM |
8.1 4 - Bubble Sort - timeit.py | 3 KB | 12/12/2021 3:34 AM |
9. Selection Sort vs. Insertion Sort with timeit.mp4 | 28,933 KB | 12/12/2021 3:34 AM |
9.1 5 - Selection vs. Insertion Sort - timeit.py | 2 KB | 12/12/2021 3:34 AM |