Skip to content

This small program sorts a given array using Quicksort technique

License

Notifications You must be signed in to change notification settings

Ajay90/sort-QuickSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

QuickSort

QuickSort is a Divide and Conquer algorithm to sort a array of numericals. It picks an element as pivot and partitions the given array around the picked pivot.

About

This small program sorts a given array using Quicksort technique

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages