| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-24 | Add is_sorted | Dominik Kaiser | |
| 2024-04-24 | Make norminette happy and some more error handling | Dominik Kaiser | |
| 2024-04-24 | Norminette formatting | Dominik Kaiser | |
| 2024-04-17 | Finally fix sorting | Dominik Kaiser | |
| Unfortunately the performance is not good right now, but this should be rather easy to fix. | |||
| 2024-04-17 | Change sorting direction (still not fully working) | Dominik Kaiser | |
| Somehow the 0 is still not sorted and in some cases 1 as well. TODO: Fix this | |||
| 2024-04-17 | Add movement (with some bugs) | Dominik Kaiser | |
| TODO: Fix sorting direction. Right now the numbers are sorted max -> min instead of min -> max. TODO: Fix sorting bug. Some numbers are not sorted. | |||
| 2024-04-17 | Add score calculation | Dominik Kaiser | |
| 2024-04-17 | Add presorting | Dominik Kaiser | |
| All entries that are not in order will be pushed into b. If the entry is larger than our pivot, it will be pushed to the bottom, else the top of b. | |||
| 2024-04-16 | Simplify arguments into t_psdata | Dominik Kaiser | |
| 2024-04-16 | Revert "Add inefficient quicksort? algorithm" | Dominik Kaiser | |
| This reverts commit f421b2dcf9a5d12655e48f4a06f35f17e785fb0f. | |||
| 2024-04-16 | Add inefficient quicksort? algorithm | Dominik Kaiser | |
| This algorithm is based on quicksort but probably not really in its spirit. It is extremely inefficient but could maybe fixed with some post-optimization. | |||
| 2024-04-15 | Change stacks from linked lists to rotating arrays | Dominik Kaiser | |
| 2024-04-13 | Create function for step-by-step sorting | Dominik Kaiser | |
| 2024-04-13 | Add cmd optimization | Dominik Kaiser | |
| After the sorting algorithm was executed remove unneccessary commands. | |||
| 2024-04-13 | Add radixsort | Dominik Kaiser | |
| 2024-04-13 | Add sorting function (without any sorting yet) | Dominik Kaiser | |
