borntobesso / push_swap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

push_swap

The objective of this project is to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.

acquired skills after the project:

  • Algorithm optimization
  • Sorting algorithms
  • Data structures

About


Languages

Language:C 96.5%Language:Makefile 3.5%