Skip to content

Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Implementation of optimized data sorting algorithm.

Notifications You must be signed in to change notification settings

yavuzsonmez/42-Push_Swap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • Creating a linked list (which is our stack A), based on the parsed args (First arg = Top is at the top of the stock)
  • Creating functions for different operations of push_swap
  • Sorting the Stack A using optimized algorithm with operations functions and a new empty stack B
  • Free Stack A and B

About

Sorting data on a stack, with a limited set of instructions, using the lowest possible number of actions. Implementation of optimized data sorting algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published