From c3cf8878c5048d5525bac9207ed4b60ee8a539a5 Mon Sep 17 00:00:00 2001 From: David Schirrmeister Date: Tue, 6 May 2025 10:33:15 +0200 Subject: [PATCH] update --- .../Hausaufgaben/ti_hausufgabe3.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Writerside/topics/04/Theoretische Informatik/Hausaufgaben/ti_hausufgabe3.md b/Writerside/topics/04/Theoretische Informatik/Hausaufgaben/ti_hausufgabe3.md index 549aca6..75390d7 100644 --- a/Writerside/topics/04/Theoretische Informatik/Hausaufgaben/ti_hausufgabe3.md +++ b/Writerside/topics/04/Theoretische Informatik/Hausaufgaben/ti_hausufgabe3.md @@ -345,12 +345,10 @@ skinparam state { [*] --> S -S --> A1 : ε -S --> A2 : ε +S --> a0 : ε +S --> b0 : ε ' --- Automat A1 --- -state "A" as A1 { - [*] --> a0 a0 --> a0 : 0 a0 --> a1 : 1 a1 --> a1 : 0 @@ -359,18 +357,16 @@ state "A" as A1 { a2 --> a3 : 1 a3 --> a3 : 0 state a3##[bold] -} + ' --- Automat A2 --- -state "B" as A2 { - [*] --> b0 b0 --> b0 : 0 b0 --> b1 : 1 b1 --> b0 : 0 b1 --> b2 : 1 state b0##[bold] state b1##[bold] -} + @enduml