Skip to content

Releases: rizky/42-push_swap

push_swap v 1.3

22 Apr 10:35
Compare
Choose a tag to compare

Added "ss" operation to swap both stack at the same time

push_swap v 1.1

27 Mar 20:27
Compare
Choose a tag to compare

Changes:

  • Fixed options arg bugs

push_swap v 1.0

12 Mar 19:33
Compare
Choose a tag to compare

Sample usage:
ARG=ruby -e "puts (0..50).to_a.shuffle.join(' ')"; ./push_swap $ARG | ./checker $ARG