jgmaalouf / push_swap

An algorithm project that aims to sort a given stack of integers using a set of limited commands. The stack is represented by a linked list, and the commands are used to manipulate the stack in order to sort it. The goal of the project is to sort the stack in the fewest number of commands possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

An algorithm project that aims to sort a given stack of integers using a set of limited commands. The stack is represented by a linked list, and the commands are used to manipulate the stack in order to sort it. The goal of the project is to sort the stack in the fewest number of commands possible.


Languages

Language:C 95.8%Language:Makefile 4.2%