- Test in bash so ARG is parsed as multiple arguments; in zsh it's parsed as 1.
-
Notifications
You must be signed in to change notification settings - Fork 0
darrenkuro/push-swap
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An algorithm to sort integers using only specific stack operations (push, swap, rotate) with the fewest possible steps. Part of the 42 core curriculum.