Skip to content

mikim42/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push Swap

Installation:

  • git clone https://github.com/mikim42/pushswap.git
  • make

Usage:

  • ./rand_generator <NUMBER>
  • create NUMBER of random numbers
  • ./push_swap <NUMBERS> | ./checker <NUMBERS>
  • <NUMBERS> must be the same.

Options:

  • push_swap

  • -f [file] load numbers from file

  • --help display help text.

  • checker

  • -f [file] load numbers from file

  • -c show last operation

  • -g set color

  • -n operate instruction one by one

  • -m set manual

  • -v set visual

About

42/Push_swap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors