README
Quick Sort
Sorts the array using the pivot position. We can choose any one value as pivot, I have chosen first element as pivot.
npm i @sivarajans/quick-sort
Quick sort impelementation
<script type="module">
import sivarajansQuickSort from 'https://cdn.skypack.dev/@sivarajans/quick-sort';
</script>
Sorts the array using the pivot position. We can choose any one value as pivot, I have chosen first element as pivot.
npm i @sivarajans/quick-sort