index
:
push_swap.git
master
School project: Sorting 2 stacks with a set of operations
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-09-11
Added has_order helper to check stack order cases
HEAD
master
Charles Cabergs
2021-09-10
Added check for already sorted stack, Added special cases for length 3 stacks...
Charles Cabergs
2021-09-10
Updated to norm v3
Charles Cabergs
2020-07-21
Updated README
Charles
2020-01-22
Added micro optimisation when sorting frame == 2 and less reverse rotate when...
Charles
2020-01-22
Added return status in test for travis-ci, Added .travis.yml
Charles
2020-01-21
Removed buged feature in sort and added short test script
Charles
2020-01-21
algo working but there is room for optimisation
Charles
2020-01-21
WIP: better algo with 'sorting frame'
Charles
2020-01-19
Added stack operation visualizer, random stack generator, quick sort of some ...
Charles
2020-01-19
refactored stack functions and checking for duplicates in args
Charles
2020-01-18
filled action functions (propably bloat), checker working, stack functions no...
Charles
2020-01-18
refactoring checker to a more simple, 'pipe' like and generic approche
Charles
2020-01-15
WIP: Checker base
Charles
2020-01-14
Added checker base
Charles
2020-01-14
basic stack functions
Charles