What it does

Exploring different sorting algorithms and their time and space complexity to sort a list in Python

How we built it

Used three sorting algorithms:

  1. Iterative Merge Sort
  2. Heap Sort
  3. Bucket Sort

What we learned

Performance and space and time complexity of different sorting techniques to sort a list.

Built With

Share this project:

Updates