iaurg / 42-push-swap

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’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

push_swap

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

Made with PDF Version 5

Resources

Interative game to visualize push swap

Analysis of algorithms complexity

wwwwelton notion

push swap visualization

Stack structure

push_swap gmartinelli1996

one approach to push_swap

push swap radix

Algorithm logic

push notion

Notes

Análise de complexidade nos permite medir o quão rápido um programa executa suas computações.

About

This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’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 95.5%Language:Makefile 4.5%