Skip to content

kamilprzybyl/Push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push_swap

The most useless and inefficient sorting algorithm you can possibly create

Just so you know

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

YUP uh huh

Usage

git clone <repo>
cd <repo>
make
./push_swap [just type some numbers]

Releases

No releases published

Packages

No packages published