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
- Host: GitHub
- URL: https://github.com/gregoirebrn/push_swap
- Owner: Gregoirebrn
- Created: 2024-01-25T12:39:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-03T13:14:39.000Z (about 1 year ago)
- Last Synced: 2025-02-13T13:41:39.669Z (8 months ago)
- Topics: algorithm, instructions, radix
- Language: C
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.