justeozan / push_swap

The "Push_swap" project at 42 is a programming challenge focused on sorting integers using a limited set of operations and an auxiliary stack. The goal is to sort the stack with the fewest moves, showcasing efficient algorithm design and problem-solving skills.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

The "Push_swap" project at 42 is a programming challenge focused on sorting integers using a limited set of operations and an auxiliary stack. The goal is to sort the stack with the fewest moves, showcasing efficient algorithm design and problem-solving skills.


Languages

Language:C 93.8%Language:Makefile 6.2%