/push_swap

42 Project - Efficient sorting data algorithm

Primary LanguageCGNU General Public License v3.0GPL-3.0

push_swap

hthomas's 42 push_swap Score

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.