Quick Sort Algorithm. Step by step.
Step 1. Pivot value: 7 Swapping indexes: 2 and 9
Step 2. Pivot value: 7 Swapping indexes: 5 and 8
Step 3. Pivot value: 7 Swapping indexes: 6 and 7
Step 4. Pivot value: 7 Swapping indexes: 0 and 6
Step 5. Pivot value: 6 Swapping indexes: 0 and 5
Step 6. Pivot value: 5 Swapping indexes: 0 and 4
Step 7. Pivot value: 0 Swapping indexes: 0 and 0
Step 8. Pivot value: 1 Swapping indexes: 1 and 1
Step 9. Pivot value: 3 Swapping indexes: 2 and 3
Step 10. Pivot value: 10 Swapping indexes: 8 and 9
Step 11. Pivot value: 10 Swapping indexes: 7 and 8