Skip to content

dagmarkramer/push_swap

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'

About

84 / 100 points sorting algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published