Test case name | Result |
---|---|
Bubble Sort | |
Insertion Sort | |
Selection Sort | |
Merge Sort | |
Quick Sort |
Test name | Executions per second |
---|---|
Bubble Sort | 256461.3 Ops/sec |
Insertion Sort | 357164.4 Ops/sec |
Selection Sort | 359512.0 Ops/sec |
Merge Sort | 113266.7 Ops/sec |
Quick Sort | 25176.9 Ops/sec |