Add Quick Sort algorithm
Closes #4 (closed) - Add Quick Sort algorithm\n\n## Changes\n- Added function to \n- Registered in with metadata\n- Included in demo\n- All tests pass\n\n## Complexity\n- Average time: O(n log n)\n- Worst time: O(n²)\n- Space: O(log n)\n- Not stable