Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 292 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 292 Bytes

Push_Swap

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