]> git.dkaiser.de - 42/push_swap.git/log
42/push_swap.git
19 months agoAdd sorting function (without any sorting yet)
Dominik Kaiser [Sat, 13 Apr 2024 13:09:19 +0000 (15:09 +0200)]
Add sorting function (without any sorting yet)

19 months agoAdd debug printing to main
Dominik Kaiser [Sat, 13 Apr 2024 13:00:31 +0000 (15:00 +0200)]
Add debug printing to main

This will be removed in the end but for now it is nice to see if the
stack has actually been sorted.

19 months agoFix input handling
Dominik Kaiser [Sat, 13 Apr 2024 12:59:17 +0000 (14:59 +0200)]
Fix input handling

Before the fix, the last element was ignored while checking for
duplicates. Now all elements are checked and input handling should
be working fine.

19 months agoAdd command handling to makefile and setup main
Dominik Kaiser [Sat, 13 Apr 2024 12:52:57 +0000 (14:52 +0200)]
Add command handling to makefile and setup main

19 months agoAdd command list printing
Dominik Kaiser [Sat, 13 Apr 2024 12:45:30 +0000 (14:45 +0200)]
Add command list printing

19 months agoFinish command handling and add command printing
Dominik Kaiser [Sat, 13 Apr 2024 12:39:57 +0000 (14:39 +0200)]
Finish command handling and add command printing

20 months agoAdd error handling and create base for commands
Dominik Kaiser [Fri, 12 Apr 2024 18:51:04 +0000 (20:51 +0200)]
Add error handling and create base for commands

20 months agoAdd libft and input handling
Dominik Kaiser [Fri, 12 Apr 2024 16:51:50 +0000 (18:51 +0200)]
Add libft and input handling

20 months agoSetup project
Dominik Kaiser [Fri, 12 Apr 2024 14:23:43 +0000 (16:23 +0200)]
Setup project