Inspiration
Sorting algorithms are used to solve wide ranging problems in programming.
What it does
Sorts arrays or lists of integer but can easily be transformed for other data types.
How we built it
Using quick sort algorithm.
Challenges we ran into
We had difficulty in implementing the code and we ran into several errors which we had to debug.
Accomplishments that we're proud of
learning divide and conquer algorithm.
What we learned
Quick sort and divide and conquer algorithms.
What's next for Quick Sort Algorithm
We will explore other sorting algorithms like merge sort , radix sort, etc.
Log in or sign up for Devpost to join the conversation.