Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 446 Bytes

File metadata and controls

5 lines (3 loc) · 446 Bytes

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.