Skip to content

D-lana/push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fee8255 · May 16, 2022

History

4 Commits
Oct 4, 2021
Oct 6, 2021
May 16, 2022
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
May 16, 2022
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
May 16, 2022
Oct 6, 2021

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.