Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 399 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 399 Bytes

retrieval_systems

Lab 1:

  • Compare number of comparisons and number of Permutations/Swaps
    • Bubble Sort
    • Insertion Sort
    • Selection Sort
    • Merge Sort
    • Quick Sort

Lab 2:

Lab 3:

  • Compare number of comparisons of searching algorithms:
    • Linear Searching
    • Binary Searching
    • Hash Table Searching