| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-29 | refactor(quicksort): renamed to qsort to quicksort and added helper function ↵ | Andreas Kapp Lindquist | 1 | -119/+0 | |
| for better interface | |||||
| 2025-10-29 | I can't manually find the error in the output, yet check.py fails | mithe24 | 1 | -56/+68 | |
| 2025-10-29 | fix(qsort): Quicksort errors. And why is length 1-indexed :( | mithe24 | 1 | -45/+35 | |
| 2025-10-29 | Working qsort I think | mithe24 | 1 | -0/+117 | |
| So far looks like it is working, cannot be tested with 'test.sh' since quick sort is not a stable sorting algorithm | |||||