readmeupdate

This commit is contained in:
djonker 2023-03-11 08:15:52 +01:00
parent 2e37b3c325
commit 31f5086267

View File

@ -1,4 +1,4 @@
# Project Name
# Push Swap
Push Swap is a 2 stack sorting algoritm, The goal is to sort the input in as few moves as possible\
I wrote my own algoritm which is a combination of quick sort and bubble sort as radix is very bad with only 2 stacks\
The following is a list of the moves we are allowed to make