Skip to content

Sorting data on stack, with a limited set of instructions, using the lowest possible number of actions

Notifications You must be signed in to change notification settings

caglakahriman/Radix-Sort-Assembly

Repository files navigation

Radix-Sort-Assembly

Sorting data on stack, with a limited set of instructions, using the lowest possible number of actions

A program in C which calculates and displays on the standard output the smallest program, made of Push swap language instructions, that sorts the integers received as arguments. I used my ft_printf function instead of the built-in printf.

On this project I,

  • handle complexity,
  • handle the implementation of Radix Sort,
  • handle swapping the first two item on a stack,
  • handle rotating the stack

About

Sorting data on stack, with a limited set of instructions, using the lowest possible number of actions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published