Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 423 Bytes

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