https://github.com/yamzil/push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
https://github.com/yamzil/push_swap
cprogramming-language datastructures-algorithms
Last synced: 3 months ago
JSON representation
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
- Host: GitHub
- URL: https://github.com/yamzil/push_swap
- Owner: Yamzil
- Created: 2022-03-03T17:03:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-22T10:13:12.000Z (about 3 years ago)
- Last Synced: 2025-01-20T06:42:22.984Z (5 months ago)
- Topics: cprogramming-language, datastructures-algorithms
- Language: C
- Homepage:
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Push_swap
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.