What it does
Sorts a list of integers in C++ .
How we built it
I tried to implement this algorithm from scratch as using C++ . As it is very easy for a person to just using .sort() function and as it does not bring us a challenge and was not that fun I tried to implement it in a language I had least knowledge in i.e C++
Challenges we ran into
As I was not that familiar with C++ , It was a fun Challenge to learn how to implement functions and learn some pros and cons about the language .
Accomplishments that we're proud of
I was trying to speed run this task , so from learning basics of cpp till implementing it was really fun and it took alot less time than I excepted
What we learned
C++ points, functions , comments , code flow , special char's
What's next for Sorting Algorithm go brr
Ig i am very proud of it and would think to document it a bit more :P
Built With
- c++
- sorting
Log in or sign up for Devpost to join the conversation.