This project has been created as part of the 42 curriculum by moabed
push swap project is a program designed to sort numbers taken as an input by the user in ascending order using a set of operations at your disposal, The main goal is to print the operations used to sort the numbers the right way.
1-compilation: at your terminal in the project directory just type "make" and it will compile the project files into the "push_swap" executable object
2-execution: to run the program just type ./push_swap the press "Enter" it will print to you the instructions used in sorting the numbers
1)Learn Linked Lists in 13 minutes (Tutorial)
2)Radix sort by Abdul Bari (Tutorial)
3)AI usage : trying to use the AI in a responsible way ,i used it to help me in debugging a few edge cases and the final touches of error handling , beside of visualize some linked lists details like the double pointer usage .