Inspiration

I wanted to find a decently efficient way other than the sort() function in C++ to sort a vector.

What it does

Sorts a numerical vector in ascending order.

How we built it

Used Visual Studio Community 2022.

Challenges we ran into

Keeping track of the indexing and following the quicksort method.

Accomplishments that we're proud of

Figuring this algorithm out just by looking at documentation.

What we learned

One of the more efficient algorithms to sort a vector (quicksort).

What's next for List (Vector) Sort

Using it in my other projects for efficient vector sorting when needed.

Built With

Share this project:

Updates