| 1 | +Sequential Search |
| n | -Sequential Search |
| n | ~Sequential Search |
| 1 | +Binary Search |
| log n | -Binary Search |
| log n | ~Binary Search |
| n^2 | All Selection Sort |
| n | +Insertion Sort |
| n^2 | -Insertion Sort |
| n^2 | ~Insertion Sort |
| n log n | All Merge Sort |
| n log n | +Quick Sort |
| n^2 | -Quick Sort |
| 1 | +Hashtable (search) |
| 1 | ~Hashtable |
| n | -Hashtable |
| n log n | All Heapsort |
| n log n | ~Quick Sort |