Skip to content

TrungLuong1194/retrieval-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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