Implement the Quicksort Algorithm The aim is to implement the quicksort algorithm in Python without using the built-in sorted() function. Technologies Uses Python3. Deployment Copy main.py into the text editor of your choice. If using terminal, use python3 main.py and press Enter to run the code. Credits Acknowledgements FreeCodeCamp