From 1da4a4b2d1a9c43a016ec32f8a93c57ee1f5d257 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 1 Feb 2022 18:38:29 +0100 Subject: Wordle solution --- content/images/motus/decision.gv | 43 +++++++ content/images/motus/decision.gv.png | Bin 0 -> 82238 bytes content/images/motus/decision.gv.svg | 225 +++++++++++++++++++++++++++++++++++ content/images/motus/french_5.png | Bin 0 -> 13828 bytes content/images/motus/french_5.svg | 159 +++++++++++++++++++++++++ 5 files changed, 427 insertions(+) create mode 100644 content/images/motus/decision.gv create mode 100644 content/images/motus/decision.gv.png create mode 100644 content/images/motus/decision.gv.svg create mode 100644 content/images/motus/french_5.png create mode 100644 content/images/motus/french_5.svg (limited to 'content/images/motus') diff --git a/content/images/motus/decision.gv b/content/images/motus/decision.gv new file mode 100644 index 0000000..1114680 --- /dev/null +++ b/content/images/motus/decision.gv @@ -0,0 +1,43 @@ +digraph Repartition { + + splines =true; + + All [label ="7470 mots"] + All -> "A" [label = "contient A"] + + A [label = "A\n(3773)"] + A -> AE [label = "contient E"] + AE [label = "AE\n(1477)"] + AE -> AER [label = "contient R"] + AE -> AEnR [label = "ne contient pas R"] + AER [label = "AER\n(492)"] + AEnR [label = R
(985)>] + + A -> AnE [label = "ne contient pas E"] + AnE [label =E
(2296)>] + AnE -> nAEI [label = "contient I"] + AnE -> nAEnI [label = "ne contient pas I"] + nAEI [label = EI
(898)>] + nAEnI [label =EI
(1398)>] + + + All -> "nA" [label = "ne contient pas A"] + + nA [label = <A
(3687)>] + nA -> nAS [label = "contient S"] + nA -> nAnS [label = "ne contient pas S"] + nAS -> nASI [label = "contient I"] + nAS -> nASnI [label = "ne contient pas I"] + nASnI [label = <ASI
(904)>] + nAnS -> nAnSI [label = "contient I"] + nAnSI [label = <ASI
(919)> ] + nAnS -> nAnSnI [label = "ne contient pas I"] + + + nAS [label = <AS
(1453)>] + nASI [label =<ASI
(549)>] + nAnS [label = <AS
(2234)>] + nAnSnI [label = <ASI
(1315)>] + + +} diff --git a/content/images/motus/decision.gv.png b/content/images/motus/decision.gv.png new file mode 100644 index 0000000..f4af479 Binary files /dev/null and b/content/images/motus/decision.gv.png differ diff --git a/content/images/motus/decision.gv.svg b/content/images/motus/decision.gv.svg new file mode 100644 index 0000000..446fc6e --- /dev/null +++ b/content/images/motus/decision.gv.svg @@ -0,0 +1,225 @@ + + + + + + +Repartition + + + +All + +7470 mots + + + +A + +A +(3773) + + + +All->A + + +contient A + + + +nA + +A +(3687) + + + +All->nA + + +ne contient pas A + + + +AE + +AE +(1477) + + + +A->AE + + +contient E + + + +AnE + +A +E +(2296) + + + +A->AnE + + +ne contient pas E + + + +AER + +AER +(492) + + + +AE->AER + + +contient R + + + +AEnR + +AE +R +(985) + + + +AE->AEnR + + +ne contient pas R + + + +nAEI + +A +E +I +(898) + + + +AnE->nAEI + + +contient I + + + +nAEnI + +A +EI +(1398) + + + +AnE->nAEnI + + +ne contient pas I + + + +nAS + +A +S +(1453) + + + +nA->nAS + + +contient S + + + +nAnS + +AS +(2234) + + + +nA->nAnS + + +ne contient pas S + + + +nASI + +A +SI +(549) + + + +nAS->nASI + + +contient I + + + +nASnI + +A +S +I +(904) + + + +nAS->nASnI + + +ne contient pas I + + + +nAnSI + +AS +I +(919) + + + +nAnS->nAnSI + + +contient I + + + +nAnSnI + +ASI +(1315) + + + +nAnS->nAnSnI + + +ne contient pas I + + + diff --git a/content/images/motus/french_5.png b/content/images/motus/french_5.png new file mode 100644 index 0000000..8cfcdae Binary files /dev/null and b/content/images/motus/french_5.png differ diff --git a/content/images/motus/french_5.svg b/content/images/motus/french_5.svg new file mode 100644 index 0000000..7e8c896 --- /dev/null +++ b/content/images/motus/french_5.svg @@ -0,0 +1,159 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + a + b + c + d + e + f + g + h + i + j + k + l + m + n + o + p + q + r + s + t + u + v + w + x + y + z + 0 + 500 + 1000 + 1500 + 2000 + 2500 + 3000 + 3500 + 4000 + 4500 + + + Occurence + Médiane + \ No newline at end of file -- cgit v1.2.3