First Try
Being new to the Hacking world, this is my first project in MLH!
What it does
The program sorts a given array of integers in ascending order
How I built it
Built in C++ using Quick Sort Algorithm
What I learned
Optimising Quick Sort Algorithm to
use g++ <file name> -o <file_name> to compile
use ./file_name to execute in a terminal
Built With
- c++
- sort
Log in or sign up for Devpost to join the conversation.