Skip to content

plipustel/DSSortingAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithms:

  • Bubble Sort Algorithm
    • O(1) in base case
    • O(n^2) in worst case
  • Merge Sort Algorithm
    • O(1) in base case
    • O(log n) in worst case

Author Website

https://www.plipustel.com