/push_swap

The goal was to write a program in C which will take int values in stack A, and with the help of stack B, calculates and displays on the standard output the smallest amount of movements using instruction language that sorts the integer arguments received.

Primary LanguageC

This repository is not active