Skip to content

t-h2o/42-push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42-push_swap

Do you want try with a prompt ?

$ git clone https://github.com/theo-grivel/42-push_swap
$ cd 42-push_swap
$ git checkout prompt
$ make
$ ./push_swap 3 6 2 8 1

Projets tree

.
├── headers
│   └── push_swap.h
├── Makefile
├── objs
│   ├── ps_error.o
│   ├── ps_main.o
│   ├── ps_show.o
│   ├── ps_stackargv.o
│   └── ps_utils.o
├── push_swap
├── README.md
├── srcs
│   ├── ps_error.c
│   ├── ps_main.c
│   ├── ps_show.c
│   ├── ps_stackargv.c
│   └── ps_utils.c
└── Subjet
    └── fr.subject.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages