mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-18 15:11:37 +00:00
The `if` statement should have been a `for` loop, in order to allow recursively sorting the subarrays with quicksort, and not resort to shell sort after one step.