-
Code for the sorting
Inspiration: I made this project to understand different types to sort an array or a list of data
What it does: It sorts the list in ascending order
How we built it: I built it using c++, its a combination of loops and if statements for arrange the given list in ascending order.
Challenges we ran into: some loops were not giving desired output while running but at the end it was all figured
Accomplishments that we're proud of: successfully able to complete the project with out external help
What we learned: different types of function to sort a list.
What's next for Sorting: it can be used in many places where there is large amount of data that needs to be arranged in a certain order.
Log in or sign up for Devpost to join the conversation.