ismielabir/Sorting-Algorithms-Performance-Metrics
Sorting Algorithms Benchmark Dataset (Array Size: 1000) A benchmark dataset comparing execution time, memory usage, and comparison counts of various sorting algorithms (Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort, Odd-Even Sort) on arrays of size 1000. Each algorithm was run 100 times with randomized inputs to ensure statistical significance. Dataset Details Columns run: Trial number (1-100 per algorithm).… See the full description on the dataset page: https://huggingface.co/datasets/ismielabir/Sorting-Algorithms-Performance-Metrics.
language:
- en tags:
- sorting-algorithms
- benchmark
- computer-science
- performance-analysis task_ids:
- runtime-analysis ---
Sorting Algorithms Benchmark Dataset (Array Size: 1000)
A benchmark dataset comparing execution time, memory usage, and comparison counts of various sorting algorithms (Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, Heap Sort, Odd-Even Sort) on arrays of size 1000. Each algorithm was run 100 times with randomized inputs to ensure statistical significance.
Dataset Details
Columns
run: Trial number (1-100 per algorithm).algorithm: Sorting algorithm name.array_size: Fixed size 1000.execution_time_ms: Average runtime in milliseconds.memory_usage_kb: Memory consumed in kilobytes.comparison_count: Number of comparisons made.
Algorithms Included
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Quick Sort
- Heap Sort
- Odd-Even Sort
- Bucket Sort
- Shell Sort
