diff --git a/B00/description.txt b/TaskB00/description.txt similarity index 97% rename from B00/description.txt rename to TaskB00/description.txt index 981efc2..6ca4676 100644 --- a/B00/description.txt +++ b/TaskB00/description.txt @@ -1,8 +1,8 @@ -Read a description of a deterministic finite-state automaton in the AT&T format -(without weights) from the file in the first argument. - -Read strings from the standard input. -If a string is accepted by the -automaton, write YES, otherwise- write NO. - -The program is invoked like this: ./run.py fsa_description.arg < test1.in > test1.out +Read a description of a deterministic finite-state automaton in the AT&T format +(without weights) from the file in the first argument. + +Read strings from the standard input. +If a string is accepted by the +automaton, write YES, otherwise- write NO. + +The program is invoked like this: ./run.py fsa_description.arg < test1.in > test1.out diff --git a/B00/fsa_description.arg b/TaskB00/fsa_description.arg similarity index 85% rename from B00/fsa_description.arg rename to TaskB00/fsa_description.arg index 5d98119..3505b65 100644 --- a/B00/fsa_description.arg +++ b/TaskB00/fsa_description.arg @@ -1,16 +1,16 @@ -0 1 x -1 2 y -2 3 z -0 4 y -0 4 z -1 4 x -1 4 z -2 4 x -2 4 y -3 4 x -3 4 y -3 4 z -4 4 x -4 4 y -4 4 z -3 +0 1 x +1 2 y +2 3 z +0 4 y +0 4 z +1 4 x +1 4 z +2 4 x +2 4 y +3 4 x +3 4 y +3 4 z +4 4 x +4 4 y +4 4 z +3 diff --git a/B00/read.txt b/TaskB00/read.txt similarity index 97% rename from B00/read.txt rename to TaskB00/read.txt index cb4d3cb..137036d 100644 --- a/B00/read.txt +++ b/TaskB00/read.txt @@ -1,2 +1,2 @@ -windows -py .\run.py .\fsa_description.arg .\test1.in .\test1.out +windows +py .\run.py .\fsa_description.arg .\test1.in .\test1.out diff --git a/B00/run.py b/TaskB00/run.py similarity index 100% rename from B00/run.py rename to TaskB00/run.py diff --git a/B00/test1.exp b/TaskB00/test1.exp similarity index 75% rename from B00/test1.exp rename to TaskB00/test1.exp index 1e23577..4c1a9bc 100644 --- a/B00/test1.exp +++ b/TaskB00/test1.exp @@ -1,9 +1,9 @@ -NO -YES -NO -NO -NO -NO -NO -NO -NO +NO +YES +NO +NO +NO +NO +NO +NO +NO diff --git a/jezykiformalne b/jezykiformalne deleted file mode 160000 index 9370296..0000000 --- a/jezykiformalne +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 93702964e38c59bfe4f96960fdcb32e43306cc58