diff --git a/1-ComputationAndData/0Planning2025.md b/1-ComputationAndData/0Planning2025.md index df4a2dc..f1c6a4f 100644 --- a/1-ComputationAndData/0Planning2025.md +++ b/1-ComputationAndData/0Planning2025.md @@ -315,10 +315,14 @@ Il y a trois chemins acceptants dont un seul accepte en terminant dans l'état a ```mermaid graph TD; - R(q0)-->|a|R0(q0); - R(q0)-->|a|R1(q1); + R((q0))-->|a|R0((q0)); + R0((q0))-->|b|R00((q0)); + R00((q0))-->|a|R000((q0)); + R000((q0))-->|b|R0000((q0)); + R00((q0))-->|a|R001((q1)); + R001((q1))-->|b|R0010(((q2))); - + R((q0))-->|a|R1((q1)); ```