Skip to content

Add Quick Sort algorithm

Yun.Long requested to merge feature/4-add-quicksort into main

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

Merge request reports