Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 266 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 266 Bytes

Push_swap

The Push swap project is a straightforward algorithm project:

  • Data must be sorted in the least amount of instructions.
  • You have at your disposal a set of integer values, 2 stacks, and a set of instructions to manipulate both stacks.