DimitriDaSilva / 42_push_swap

This project consists in sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed I'll have to manipulate various types of algorithms and choose the one (of many) most appropriate solution for an optimized data sorting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

42_push_swap

This project consists in sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed I'll have to manipulate various types of algorithms and choose the one (of many) most appropriate solution for an optimized data sorting

Resources:

About

This project consists in sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed I'll have to manipulate various types of algorithms and choose the one (of many) most appropriate solution for an optimized data sorting


Languages

Language:C 96.7%Language:Makefile 3.3%