Quizlet Sorting and Searching Performances

Print Options

This box will be automatically hidden when printing. Return to Set Page


  1. 1: +Sequential Search
  2. 1: +Binary Search
  3. 1: +Hashtable (search)
  4. 1: ~Hashtable
  5. log n: -Binary Search
  6. log n: ~Binary Search
  7. n: -Sequential Search
  8. n: ~Sequential Search
  9. n: +Insertion Sort
  10. n: -Hashtable
  11. n log n: All Merge Sort
  12. n log n: +Quick Sort
  13. n log n: All Heapsort
  14. n log n: ~Quick Sort
  15. n^2: All Selection Sort
  16. n^2: -Insertion Sort
  17. n^2: ~Insertion Sort
  18. n^2: -Quick Sort