42/push_swap.git
2024-03-01 Lukas JiristeFix a logic bug in final reverse rotation
2024-02-24 Lukas JiristeRefactor push.c so as to conform with the Norm
2024-02-24 Lukas JiristeFix "off by one" errors, fix find_target_ind
2024-02-23 Lukas JiristeUse newline as an output separator instead of space
2024-02-23 Lukas JiristeWeaken the 3 or less sort and fix binary search
2024-02-23 Lukas JiristeFix is_sorted so it does not change its argument.
2024-02-23 Lukas JiristeImplement a sorting algorithm
2024-02-23 Lukas JiristeUpdate Libft to gain access to ft_max and ft_min
2024-02-06 Lukas JiristeRefactor stack functions from checker.c
2024-02-06 Lukas JiristeRefactor dir structure and prog argument parsing
2024-01-24 Lukas JiristeStart the project, implement checker