From 31f5086267ba91a31cbf369ac02ad37634489310 Mon Sep 17 00:00:00 2001 From: djonker Date: Sat, 11 Mar 2023 08:15:52 +0100 Subject: [PATCH] readmeupdate --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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