Inspiration

I remembered learning this algorithm in one of my data structures classes, and I wanted to see if I could implement it into a web page.

What it does

The page takes in a list of strings from the textarea form, and passes it to be processed by the JavaScript functions.

How I built it

I used JavaScript for writing the quicksort algorithm and html5 for the front-end in VSCode.

Challenges I ran into

Most of my knowledge of data structure implementations are in C++, so translating what I know in C++ to Javascript was the largest hurdle for me.

Built With

Share this project:

Updates