Skip to content

A 42 project named Push_swap whose goal is to implement an efficient sorting algorithm.

Notifications You must be signed in to change notification settings

Guiribei/time-to-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

time-to-sort

A 42 project named Push_swap whose goal is to implement an efficient sorting algorithm.

Usage: ./push_swap num1 num2 num3 ...

Bonus usage: ./checker num1 num2 num3 ...

Fast way: ARG=$(seq -200 301 | shuf); ./push_swap $ARG | ./checker $ARG

Still a work in progress!

About

A 42 project named Push_swap whose goal is to implement an efficient sorting algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published