42/push_swap.git
2024-04-02 Lukas JiristeHandle no input as a valid input, display nothing trunk
2024-03-05 Lukas JiristeMake the code check if input is already sorted
2024-03-05 Lukas JiristeMake checker free memory of get_next_line on error
2024-03-05 Lukas JiristeDisable using LIS for very small input
2024-03-05 Lukas JiristeRefactor code to comply with the 42 Norm
2024-03-05 Lukas JiristeMake errors print to stderr instead of stdout
2024-03-02 Lukas JiristeFix the usage of lis
2024-03-01 Lukas JiristeMerge branch 'correct' into trunk
2024-03-01 Lukas JiristeFix a logic bug in final reverse rotation
2024-03-01 Lukas JiristeAdjust 42 header and header guards to new name
2024-03-01 Lukas JiristeRename checker.h to push_swap.h
2024-03-01 Lukas JiristeBring source code to compliance with the 42 Norm
2024-02-29 Lukas JiristeImplement detection of largest increasing subsequence
2024-02-29 Lukas JiristeUpdate libft for a fix of ft_vec
2024-02-29 Lukas JiristeAdd subprojects' inc dir as compilation prerequisite
2024-02-29 Lukas JiristeChange return type of stack_push from void
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