Inspiration
The whole idea behind sorting techniques and their wide use in many problems inspired me to create something of my own.
What it does
It sorts an array of strings
How we built it
I built it using C++ STL library in which I added my own comparator function to sort according to a certain criteria
Challenges we ran into
Firstly I wasn't clear about how to add my comparator inside the STL sort function
Accomplishments that we're proud of
I completed this task
What we learned
Sorting
What's next for Sort an array of strings
I am keen to learn other sorting techniques which are fast and efficient.
Built With
- c++
- stl
Log in or sign up for Devpost to join the conversation.