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...
NameSizeDate Modified
1. Introduction to the timeit module.mp450,161 KB12/12/2021 3:34 AM
1.1 timeit — Measure execution time of small code snippets.html1 KB12/12/2021 3:34 AM
10. Insertion Sort vs. Merge Sort vs. Quicksort with timeit.mp440,472 KB12/12/2021 3:34 AM
10.1 6 - Insertion Sort vs. Merge Sort vs. Quicksort - timeit.py3 KB12/12/2021 3:34 AM
11. Experiment with timeit.html1 KB12/12/2021 3:34 AM
12. Analyze the Time Efficiency of the Algorithms using timeit Mini Project.html1 KB12/12/2021 3:34 AM
2. Section Resources & Slides.html1 KB12/12/2021 3:34 AM
2.1 1 - The timeit Module - Introduction to timeit.pdf545 KB12/12/2021 3:34 AM
2.2 timeit Module - Section Code Files.zip5 KB12/12/2021 3:34 AM
3. The timeit Module.html1 KB12/12/2021 3:34 AM
4. Testing Linear Search with timeit.mp449,473 KB12/12/2021 3:34 AM
4.1 1 - Linear Search Code - timeit.py2 KB12/12/2021 3:34 AM
5. Testing Binary Search with timeit.mp432,675 KB12/12/2021 3:34 AM
5.1 2 - Binary Search Code - timeit.py2 KB12/12/2021 3:34 AM
6. Linear Search vs. Binary Search with timeit.mp433,618 KB12/12/2021 3:34 AM
6.1 3 - Linear Search vs. Binary Search Code - timeit.py2 KB12/12/2021 3:34 AM
7. Let's Analyze Sorting Algorithms.html1 KB12/12/2021 3:34 AM
8. Testing Bubble Sort with timeit.mp452,429 KB12/12/2021 3:34 AM
8.1 4 - Bubble Sort - timeit.py3 KB12/12/2021 3:34 AM
9. Selection Sort vs. Insertion Sort with timeit.mp428,933 KB12/12/2021 3:34 AM
9.1 5 - Selection vs. Insertion Sort - timeit.py2 KB12/12/2021 3:34 AM