From ae1308425c8a511007bc0a5033a6bb2699ceb5f8 Mon Sep 17 00:00:00 2001 From: hugogogo Date: Tue, 28 Sep 2021 10:30:18 +0200 Subject: [PATCH] mise a jour README --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cacadff..75fba6f 100644 --- a/README.md +++ b/README.md @@ -18,17 +18,11 @@ voici le deroulement : ## ressources : * **testeur :** https://github.com/lmalki-h/push_swap_tester - * test * https://medium.com/nerd-for-tech/push-swap-tutorial-fa746e6aba1e - * test * https://medium.com/@jamierobertdawson/push-swap-the-least-amount-of-moves-with-two-stacks-d1e76a71789a - * test * ligne de commande pour generer une liste de nombres melangee : - * test -``` -shuf -i 0-RANGE -n SIZE)) -``` -avec RANGE a remplacer par la valeure maximum + `shuf -i MIN-MAX -n SIZE))` + avec MIN et MAX a remplacer par la valeure maximum et SIZE par la taille de la liste ## comparaison des algorithmes de tris :