Skip to content

raqferre/push_swap

Repository files navigation

Push Swap

Push Swap is a 42 School project that challenges students to sort a stack of numbers using a set of predefined operations. The goal is to implement an efficient algorithm to minimize the number of moves required to sort the stack. This project focuses on algorithmic problem-solving and the understanding of stack manipulation.

  1. Run make to compile program

  2. Run the program passing the numbers to sort

./stack_sorting 3 1 8 7 5

stack


Movements

ss rr rrr pb pa

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published