daut2021-po16/TaskC03/description.txt

14 lines
373 B
Plaintext
Raw Normal View History

2021-12-18 12:01:20 +01:00
Use a non deterministic finite-state automaton (FSA) engine from the TaskC00.
Create your own non deterministic FSA description to check whether the string
contains "abc"
The alphabet is "a", "b", "c"
Read strings from the standard input.
If a string is accepted by the
automaton, write YES, otherwise- write NO.
POINTS: 4
DEADLINE: 2021-01-08 23:59:00
REMAINDER: 2/3