/push_swap

C project. Stack sorting program and sorting checker

Primary LanguageC

wethinkcode_ Johannesburg

wethinkcode_ logo

push_swap

final mark

Algorithms I Project

This project aims to create a stack-sorting program push_swap and a checking program checker.

Restrictions:

  • no more than 2-3 operations for 3 integers
  • no more than 12 operations for 5 integers
  • no more than 700 operations for 100 integers
  • no more than 5300 operations for 500 integers