From e54adf054b6dbcf98d25053f7528eea49f499463 Mon Sep 17 00:00:00 2001 From: Bira Lavor Date: Fri, 5 Jul 2024 15:43:57 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26941e8..7a00316 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Push Swap is about a program that **sort numbers** from user's input, but also: - search for the cheapest moviment - do the moviments to sort the list Even with cost calculation, this program works only with **efficiency mode** (the goal, whatever it takes). +The project's algorithm was created by Mia Combeau: https://github.com/mcombeau/push_swap ![Screenshot from 2024-07-05 13-24-06](https://github.com/biralavor/42_pushswap/assets/80487147/4c5fe75c-3006-4f0d-9fc2-27a555022c1f)