Skip to content

D-lana/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push_swap

This project make sort data on a "stack", with a limited set of instructions,
using the lowest possible number of actions.

The Push swap project is a very simple and a highly straightforward algorithm project: data must be sorted.

It have a set of integer values, 2 stacks, and a set of instructions to manipulate both stacks.

Goal: write a program in C called push_swap which calculates and displays on the standard output the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.