mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
a040be957f
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.