Skip to content

trberrido/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

push_swap

A sorting stacks C program, implementing quick sort algorithm.

Web viewer

A command line to test it

repeat 10 {
ARG=`ruby -e "puts (0 ... 100).to_a.shuffle.join(' ')"`; 
./push_swap $ARG | ./checker $ARG; 
./push_swap $ARG | wc -l | awk '$1 > 700  {print ;}'
}

About

Sorting stacks C program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors