| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Add cmd optimization | Dominik Kaiser | |
| After the sorting algorithm was executed remove unneccessary commands. | |||
| 2024-04-13 | Add empty stack_optimize function | Dominik Kaiser | |
| 2024-04-13 | Add radixsort | Dominik Kaiser | |
| 2024-04-13 | Add sorting function (without any sorting yet) | Dominik Kaiser | |
| 2024-04-13 | Add debug printing to main | Dominik Kaiser | |
| This will be removed in the end but for now it is nice to see if the stack has actually been sorted. | |||
| 2024-04-13 | Add command handling to makefile and setup main | Dominik Kaiser | |
| 2024-04-12 | Add error handling and create base for commands | Dominik Kaiser | |
| 2024-04-12 | Add libft and input handling | Dominik Kaiser | |
| 2024-04-12 | Setup project | Dominik Kaiser | |
