summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
2024-04-15Change stacks from linked lists to rotating arraysDominik Kaiser
2024-04-13Add cmd optimizationDominik Kaiser
After the sorting algorithm was executed remove unneccessary commands.
2024-04-13Add empty stack_optimize functionDominik Kaiser
2024-04-13Add radixsortDominik Kaiser
2024-04-13Add sorting function (without any sorting yet)Dominik Kaiser
2024-04-13Add debug printing to mainDominik 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-13Add command handling to makefile and setup mainDominik Kaiser
2024-04-12Add error handling and create base for commandsDominik Kaiser
2024-04-12Add libft and input handlingDominik Kaiser
2024-04-12Setup projectDominik Kaiser