From 8a178e7720b97927fbb2bc6c02f8a1f740f62777 Mon Sep 17 00:00:00 2001 From: "aurian.jault" Date: Sun, 5 Feb 2023 19:21:40 +0100 Subject: [PATCH] Algo de calcul des Set dans un deck --- src/Console/Console.html | 24 --------- src/algo.js | 113 ++++++++++++++++++++------------------- src/index.html | 24 +++++++++ 3 files changed, 82 insertions(+), 79 deletions(-) delete mode 100644 src/Console/Console.html create mode 100644 src/index.html diff --git a/src/Console/Console.html b/src/Console/Console.html deleted file mode 100644 index 1f6b5c3..0000000 --- a/src/Console/Console.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - Console - - - -

Console - test

- -
- -
- - - - - - - - - \ No newline at end of file diff --git a/src/algo.js b/src/algo.js index c4e8740..3c256d9 100644 --- a/src/algo.js +++ b/src/algo.js @@ -1,58 +1,3 @@ -// Pseudo code -// -/* - * function checkReslt(array ) - * { - * new array> matrice = vide - * - * forEach(array: value) - * { - * matrice.add(value.getAttrib) - * } - * Check all length of matrice - * for(i = 0; i tab - * for (j=0; j + + + + + + Console + + + +

Console - test

+ +
+ +
+ + + + + + + + +