Releases: rizky/42-push_swap
Releases · rizky/42-push_swap
push_swap v 1.3
push_swap v 1.1
Changes:
- Fixed options arg bugs
push_swap v 1.0
Sample usage:
ARG=ruby -e "puts (0..50).to_a.shuffle.join(' ')"
; ./push_swap $ARG | ./checker $ARG
Changes:
Sample usage:
ARG=ruby -e "puts (0..50).to_a.shuffle.join(' ')"
; ./push_swap $ARG | ./checker $ARG