Skip to content

derektypist/implement-the-quicksort-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

The aim is to implement the quicksort algorithm in Python without using the built-in sorted() function.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages