| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-04-13 | Add stack optimization | Dominik Kaiser | |
| I want to use lsd radix sort which only works with positive numbers. The added functions optimize the stack so it is only positive numbers. As we don't need the actual contents of the stack, we can just override. | |||
| 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 | Fix input handling | Dominik Kaiser | |
| Before the fix, the last element was ignored while checking for duplicates. Now all elements are checked and input handling should be working fine. | |||
| 2024-04-13 | Add command handling to makefile and setup main | Dominik Kaiser | |
| 2024-04-13 | Add command list printing | Dominik Kaiser | |
| 2024-04-13 | Finish command handling and add command printing | 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 | |
