What it does
It can sort either a numeric array or an array of strings as per your desire.
How we built it
I used C++ to create this program and used the algorithm bubble sort.
Challenges we ran into
The sorting of the numeric array was easy but the challenge was to sort an array of string. It wasn't easy after a lot of brainstorming and googling I got a logic to get it done!
What's next for Sort
I'll try to make the program to sort Date in the format dd-mm-yyyy.

Log in or sign up for Devpost to join the conversation.