Skip to content

This project entails sorting data on a stack with a minimal set of instructions, aiming for efficiency by employing various algorithms to optimize the sorting process.

Notifications You must be signed in to change notification settings

tmanolis/Push_swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push_swap

This project requires you to sort data within a stack using a limited set of instructions and with the fewest operations possible. To succeed, you will need to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

Instructions

  1. Clone the repository.
  2. Compile the program using the provided Makefile.
  3. Run the executable with appropriate arguments to test different scenarios and datasets.
  4. Explore the codebase to understand the implemented algorithms and strategies.

Usage

./push_swap [integer inputs]

About

This project entails sorting data on a stack with a minimal set of instructions, aiming for efficiency by employing various algorithms to optimize the sorting process.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published