Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 

Repository files navigation

push_swap

Description

This project generates a sequence of predefined commands designed to sort integers distributed across two stacks. It was developed during my studies at 42.

How to build?

  • make or make all - Compile base part, sorting sequence generator only.
  • make bonus - Compile all from previous item + sorting checker.
  • make clean - Remove object and dependencies (-MMD) files.
  • make fclean - Remove all from the above + main target (.a archive file with all the functions).
  • make re - run make fclean and make all.

About

42/push_swap: Generator of the sorting commands sequence to sort integers in 2 stacks.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages