aboutsummaryrefslogtreecommitdiff
path: root/src/push_swap
AgeCommit message (Collapse)Author
2021-09-11Added has_order helper to check stack order casesHEADmasterCharles Cabergs
2021-09-10Added check for already sorted stack, Added special cases for length 3 ↵Charles Cabergs
stacks, Added test.sh benchmark and testing all permutations
2021-09-10Updated to norm v3Charles Cabergs
2020-07-21Updated READMECharles
2020-01-22Added micro optimisation when sorting frame == 2 and less reverse rotate ↵Charles
when frame == full stack, norming
2020-01-22Added return status in test for travis-ci, Added .travis.ymlCharles
2020-01-21Removed buged feature in sort and added short test scriptCharles
2020-01-21algo working but there is room for optimisationCharles
2020-01-21WIP: better algo with 'sorting frame'Charles
2020-01-19Added stack operation visualizer, random stack generator, quick sort of some ↵Charles
sort (WIP)
2020-01-15WIP: Checker baseCharles