Skip to content

daniiomir/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push_swap

Push_swap is a School 42 project. The purpose of this project is to create sorting algorithm.

Installation

git clone https://github.com/daniiomir/push_swap.git && cd push_swap && make

Usage

ARG=ruby -e "puts (1..100).to_a.shuffle.join(' ')"; ./push_swap $ARG | ./checker -v $ARG

About

Sorting algorithm on C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors