Skip to content

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

License

Notifications You must be signed in to change notification settings

WOLFIE-OG/push_swap

Repository files navigation

push_swap

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

State

push_swap Build push_swap Score

Installation & Building

To install and build

  git clone https://github.com/WOLFIE-OG/push_swap
  cd push_swap
  git submodule update --init --recursive
  make
  ./push_swap 7 4 8 5 2 10 3 9 6 1

About

This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published