Inspiration

General-purpose sorting algorithms have a lot of thought and effort which is usually not appreciated as much. I have tried to implement one such general purpose sorting algorithm in python.

What it does

Simple! It sorts a list of items in ascending or descending order.

How we built it

Python.

Accomplishments that we're proud of

Explored many different sorting algorithms.

What we learned

Sorting algorithms like bubble sort, insertion sort, merge sort, quick sort, heap sort, selection sort, etc.

What's next for Sort a list of items

Will try to implement a visualisation in the future.

Built With

Share this project:

Updates