push_swap

The objective of this project is to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions.

acquired skills after the project:

  • Algorithm optimization
  • Sorting algorithms
  • Data structures