dagmarkramer/push_swap
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
INTRODUCTION ------------ the goal is to sort in ascending order numbers into stack a to do so I had a few operations at my disposal when running the program it will print all operations needed to sort the stack I chose for implementing the radix sorting algorithm for which I used bitwise operations UTILISATION ------------ run 'make' to compile run './push_swap randomnumbersseperatedwithspaces' ex. './push_swap -2 4 -345 20 17 82 5'