Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

DailyWind00/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

push_swap ✅84/100

Stack sorting

I used the radix sort algorithm for this program

  • push_swap subject

My push_swap can be seen with the push_swap visualizer :

To use the program, you must do these commands :

cd pushswap
make

# Program :
./pushswap <INTEGERS>

You also have these commands for cleaning the push_swap directory :

# Clean all object files (*.o)
make clean

# Clean executable & object files
make fclean

# Clean everything and recompile the executable
make re

About

Stack sorting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published