Add Quick Sort algorithm
Implement Quick Sort algorithm in the sorting algorithms collection.\n\n## Requirements\n- Add function to \n- Register in with metadata\n- Include in demo\n- Ensure 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