~~~~~~~ A program wich returns the most eficient algorithm in push swap language to sort a list ~~~~~~
💠 Time complexity algorithm analysis
💠 Sorting algorithms
💠 Time and space complexity with big o notation
💠 Algorithm optimization
-
Find some test with ramdom lists into make file, just download de checker from intra and run
make test
-
Run the shell script from the directory
testes
to test all arguments combinations with 3 and 5 elements as well.cd testes
bash script.sh
Note: Your binary most be called push_swap and located in
../