Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 296 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 296 Bytes
  • 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