An open API service indexing awesome lists of open source software.

https://github.com/gregoirebrn/push_swap

Algorithm of sorting a large number of data with the least instruction
https://github.com/gregoirebrn/push_swap

algorithm instructions radix

Last synced: 6 months ago
JSON representation

Algorithm of sorting a large number of data with the least instruction

Awesome Lists containing this project

README

          

The Push swap project is a simple and effective algorithmic exercise: you have to sort data.

You have at your disposal a set of integers, two stacks and a set of instructions to manipulate them.

Your goal? Write a C program named push_swap that calculates and displays on
the standard output the smallest program, made of Push swap language instructions,
allowing to sort the integers passed as parameters.