Skip to content

onurozuduru/sorting-algorithms-homework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

sorting-algorithms-homework

Collection of some sorting algorithms.

Implementation of the sorting algorithms which are listed below. Main function gives which sorting method is used and how much time it takes as output.

Sorting algorithms:

  • Insertion Sort
  • Selection Sort
  • Bubble Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort

I hope it helps for your homeworks :)

Follow me on,