diff --git a/Readme.md b/Readme.md index 68d3221..c16b809 100644 --- a/Readme.md +++ b/Readme.md @@ -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