summaryrefslogtreecommitdiff
path: root/input_handling.c
AgeCommit message (Collapse)Author
2024-04-27CleanupradixsortDominik Kaiser
2024-04-26Sort three and some norme cleanupDominik Kaiser
2024-04-26Make norminette happyDominik Kaiser
2024-04-15Change stacks from linked lists to rotating arraysDominik Kaiser
2024-04-13Fix input handlingDominik 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-12Add libft and input handlingDominik Kaiser