Skip to content

only the description of the project, code in private repo

Notifications You must be signed in to change notification settings

vveewwee/push_swap_42

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

GitHub All Releases GitHub All Releases GitHub All Releases GitHub All Releases

only the description of project, code in private repo

push_swap


About push_swap

A sorting program, receiving integers in the standard entry and prints out a series of operations in order to sort the numbers. Optimization is the first priority, with the limitation of having only certain operations available. Screenshot from 2022-09-08 23-59-10

Algorithm

For this project, i created my own sorting algorithm, a combination of sorting, fusion and quick in recursivity. The mix-algo was optimized for the 100 arguments sorting but not for the 500. So for the advanced sorting, i implemented another algo, that sorts by chunks.

Install

$ git clone https://github.com/vveewwee/push_swap/

Compile

$ make

Execute

$ ./push_swap <parameters>

Screenshot from 2022-09-11 15-12-23

About

only the description of the project, code in private repo

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published