query_id
stringlengths 36
36
| fsm_id
stringlengths 36
36
| fsm_json
stringlengths 160
2.88k
| difficulty_level
int64 1
3
| transition_matrix
stringlengths 17
517
| query
stringlengths 101
358
| answer
stringclasses 13
values | substring_index
int64 1
29
|
---|---|---|---|---|---|---|---|
9f1628d5-6747-42d6-8dea-2edf0f058359 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdh? | s0 | 11 |
cd488604-4e1d-41e0-9b2a-c27829460f33 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhg? | s0 | 12 |
8f14d1ac-4d47-4f42-a48e-82b194ac1fe1 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgi? | s0 | 13 |
b1639719-7771-4fd2-925a-a2a0ac377768 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgie? | s0 | 14 |
1adc8d24-b0e4-41ca-9867-659007701a92 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiec? | s0 | 15 |
0c453847-be86-4432-9b65-6271632e627c | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgieci? | s0 | 16 |
5568a440-31d3-45b8-8769-05dc4d13640b | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecib? | s0 | 17 |
1022fc31-7ec0-4564-984b-5edce4a26e3d | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibb? | s0 | 18 |
848e89d2-044f-4e2b-811f-e8367e57ff84 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbd? | s0 | 19 |
9c850246-94e2-46be-8851-8028356997a1 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbde? | s0 | 20 |
7ee674c9-f514-430a-9249-5d1a7627fd46 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdeg? | s0 | 21 |
9419eb40-2da4-41c2-86b0-4fb263afcb18 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegd? | s0 | 22 |
3cb572c8-bd14-4ceb-b30e-518f77dacc9e | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegde? | s0 | 23 |
75339ab7-4f59-4800-8c70-d33bc525861b | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegdea? | s0 | 24 |
2fa01ea9-c71b-4dc7-9ef6-b4d208ecfa86 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegdeai? | s0 | 25 |
7251ec30-4e16-49d3-9bb9-a592bca5fe11 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegdeaie? | s0 | 26 |
7c81d218-84e8-4bc4-bc14-6884e77236e8 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegdeaief? | s0 | 27 |
a89972cf-b1d7-4390-aadc-78a40df76224 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegdeaiefd? | s0 | 28 |
ae06e6ca-0655-471f-8920-8eb3c8866a79 | 4530a1a6-3d18-4d63-b031-7cd60bb98320 | {"states": ["s0"], "alphabets": "abcdefghi", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "f", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "g", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "h", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "i", "toStates": ["s0"]}]} | 3 | {"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"},"d":{"s0":"s0"},"e":{"s0":"s0"},"f":{"s0":"s0"},"g":{"s0":"s0"},"h":{"s0":"s0"},"i":{"s0":"s0"}} | Given the following FSM:
a b c d e f g h i
s0 s0 s0 s0 s0 s0 s0 s0 s0 s0
What will be the state after reading the following input: dcfifbdigdhgiecibbdegdeaiefdd? | s0 | 29 |
796420fc-923d-4faa-915c-cdf271345ccd | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: b? | s1 | 1 |
0887666a-e29d-4ede-bf19-7021e54e10ae | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bb? | s0 | 2 |
b02f4d03-db26-4b3d-9e28-41f6f1d73331 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbe? | s0 | 3 |
a8f0b163-d383-43b7-97d3-d4b2c19cff8c | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbeb? | s1 | 4 |
52d29bd2-b854-46e4-99d7-d3dba8b3974e | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbeba? | s1 | 5 |
0b8b4e90-1893-485a-b4be-5bbae917a223 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebab? | s0 | 6 |
62b445f0-270d-467d-85b4-cacedfcbbec2 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabb? | s1 | 7 |
87b04604-3486-466c-84bc-b9472f565508 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbc? | s1 | 8 |
7cb71342-0110-4c3b-a952-5b9e70fe867d | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbce? | s0 | 9 |
977f3016-01ab-4d77-b82c-1b21573a017c | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbcea? | s1 | 10 |
6a966725-60c2-40d9-b6b2-7c48f2d9e136 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbcead? | s1 | 11 |
85a0cb3b-5044-49b8-811f-6427acb5ab16 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceade? | s0 | 12 |
53517a5f-b085-4dfa-a946-3c9241027f68 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadee? | s0 | 13 |
c4dba1ab-379a-4d8c-b5cd-dc7ff6fe2d6c | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeed? | s0 | 14 |
8e838eed-8ecf-4a36-a801-cf3b0b910aa1 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedb? | s1 | 15 |
f9a8d7ca-faec-48c7-aac1-a58a3e668d0c | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbb? | s0 | 16 |
1958371e-2162-48d1-b4be-011399a697b6 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbba? | s1 | 17 |
a14edf5f-97bf-4ce4-8805-c303efe923bc | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaa? | s1 | 18 |
3e36c5bc-02d6-45a7-97c1-5c1e5dd620dc | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaac? | s1 | 19 |
ea9be5b9-4073-4e22-b91c-39578b687e3f | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaaca? | s1 | 20 |
40bac639-118d-4f47-a73c-50a30bfa17e8 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacad? | s1 | 21 |
eb36e780-4d0f-4978-bad6-b3469550c64e | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadc? | s1 | 22 |
953ff707-2536-4255-83af-c0adb7c8f990 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadcc? | s1 | 23 |
e5f478f0-604c-4deb-8f42-fb948a6ecfa3 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadccc? | s1 | 24 |
5adb49c2-e718-4b2d-9303-53ee5bfbca82 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadcccb? | s0 | 25 |
e18dd843-0163-4e0f-a821-2c54fb2971bd | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadcccbe? | s0 | 26 |
706a76af-7cfa-4530-ad8f-16e4cc2f1414 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadcccbeb? | s1 | 27 |
484c055c-4c96-4861-b008-4b124a994b65 | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadcccbebb? | s0 | 28 |
1ce5e063-db10-480b-a854-255bfe43764c | 2e66a5a5-e1e0-4813-b1eb-d2c6c8c63382 | {"states": ["s0", "s1"], "alphabets": "abcde", "accepting_states": ["s1", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "e", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "e", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s1","s1":"s1"},"b":{"s0":"s1","s1":"s0"},"c":{"s0":"s1","s1":"s1"},"d":{"s0":"s0","s1":"s1"},"e":{"s0":"s0","s1":"s0"}} | Given the following FSM:
a b c d e
s0 s1 s1 s1 s0 s0
s1 s1 s0 s1 s1 s0
What will be the state after reading the following input: bbebabbceadeedbbaacadcccbebbe? | s0 | 29 |
a778dfba-c811-40c1-bfbe-b8501a4d9220 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: b? | s0 | 1 |
1d8131e5-0423-416a-bf47-494aa54b2a30 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: ba? | s0 | 2 |
68486e9a-b72e-4f42-a998-872a6bf3aace | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bac? | s1 | 3 |
248a599b-d9d5-4888-8c00-b77c92e114ca | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacb? | s0 | 4 |
89d02069-604a-4e87-8c2c-ab5096daaa9f | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbd? | s0 | 5 |
e6265ea3-dc8a-4293-8a8c-e1e6d0c0e8e0 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdc? | s1 | 6 |
766ed252-23b7-49a4-97ed-baf59b987939 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdcc? | s0 | 7 |
1fca541a-2a83-49c3-837c-dc67f037ca41 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccd? | s0 | 8 |
cf926ec3-65b7-4cce-a8cd-9a1a92f8a8f6 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccdd? | s0 | 9 |
010fa7b7-5cc5-4af8-bac8-61660cbdc033 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccdda? | s0 | 10 |
822f17df-25da-4929-953f-d9a00583046a | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddab? | s0 | 11 |
733f7781-4f57-4a8d-918e-0aa90312ec0e | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabb? | s0 | 12 |
ccf99350-2d2b-4f7e-ac9d-bdab8587e50d | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbb? | s0 | 13 |
d461beff-8b0d-4659-8934-b72ec18ad6c6 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbb? | s0 | 14 |
50cbdc5f-1ebc-42e8-99c5-2805fbe06cc0 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbba? | s0 | 15 |
8ab9111c-74e7-4ca2-8316-189d7e5c558d | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbab? | s0 | 16 |
7c30bee0-ed04-418c-ae34-706ac502d5a2 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbaba? | s0 | 17 |
2b2a2fc0-622f-468d-94df-e6144efdf690 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabac? | s1 | 18 |
a0432e0c-4f8e-473c-aec9-7ee80a93c029 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacb? | s0 | 19 |
da9febd8-0d7b-4a40-beed-b37230adc746 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacba? | s0 | 20 |
d5b12616-b7ab-45fc-a546-5028750f8593 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbad? | s0 | 21 |
060234bf-fd1e-48bc-a1c6-4eba8b4b89e2 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadc? | s1 | 22 |
17479223-d350-488e-8811-e123f767948f | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadcb? | s0 | 23 |
1b5b09e7-28d5-483e-81c0-d560975139c7 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadcbc? | s1 | 24 |
d8ec540b-a5a3-4f2e-af4b-e792d706624e | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadcbcd? | s1 | 25 |
28520830-9fac-4b17-b423-3d864de930c9 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadcbcdb? | s0 | 26 |
1277ae75-4458-47d6-b9d6-bd1b3f53b416 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadcbcdbd? | s0 | 27 |
e851e292-5a62-44f9-a5f9-a3a1d080c38f | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadcbcdbdc? | s1 | 28 |
7fdb8b11-eb13-45e8-8edc-0fdebb191ce9 | bad4df57-1f49-4ea0-9096-e50219376173 | {"states": ["s0", "s1"], "alphabets": "abcd", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s0"},"b":{"s0":"s0","s1":"s0"},"c":{"s0":"s1","s1":"s0"},"d":{"s0":"s0","s1":"s1"}} | Given the following FSM:
a b c d
s0 s0 s0 s1 s0
s1 s0 s0 s0 s1
What will be the state after reading the following input: bacbdccddabbbbabacbadcbcdbdcc? | s0 | 29 |
299f78ee-c240-4add-93a3-704faf51f11c | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: c? | s1 | 1 |
2ff1e4f7-ce4e-444b-8f2e-26645580f6a5 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: ca? | s0 | 2 |
d6caf9bf-376e-43bb-9afa-9fc6c79dd50f | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caa? | s3 | 3 |
ae7c0ae9-5f37-4f62-970d-2b3521943f9d | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaa? | s1 | 4 |
c2a6e4f5-72b4-439c-947e-daba4431bf75 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaad? | s1 | 5 |
4a596885-0ac8-4f29-83a9-462bdbe41ec1 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaadd? | s1 | 6 |
dac9e3e5-3e56-4660-9015-17377854874f | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddb? | s1 | 7 |
fc9da360-2b23-42e4-8cf1-ca1540ef2dec | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbd? | s1 | 8 |
c0bf3a47-b0ac-4eb6-8b2f-f7f547a12248 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbda? | s0 | 9 |
65ac3d03-b6ad-4352-9f52-2533a1e8ac74 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdad? | s3 | 10 |
1dcb4942-3af4-4a85-9aa9-952e6e352cff | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadc? | s2 | 11 |
67978561-951c-4f73-9e8c-ba4fb997445f | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcb? | s0 | 12 |
db2578a2-94b8-4e47-b05c-2e2eb13ce6f4 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbd? | s3 | 13 |
a8c38699-6898-40aa-a289-a8627dc3f307 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbda? | s1 | 14 |
e62fd75b-6a5c-44c6-821f-2d9ab6eb5d38 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdab? | s1 | 15 |
3404d8ef-9d9c-4d41-a3e3-43615cfeaae6 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabc? | s1 | 16 |
82abd510-f97a-44ae-92d7-9865d711ee40 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabcb? | s1 | 17 |
b74458b0-84f8-49e8-beee-34a326e36712 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabcba? | s0 | 18 |
14e7177a-c4d5-4276-a726-ac1c8a5b313a | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabcbad? | s3 | 19 |
d91749eb-32da-4d9d-b987-895a892d7228 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabcbadb? | s3 | 20 |
57493981-e671-4ab3-a6fe-6020e4c07ff8 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabcbadbc? | s2 | 21 |
845fa8aa-82ca-4648-812b-420a927bef99 | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabcbadbcc? | s0 | 22 |
2defef48-db71-4747-a8a5-20a39d8d166d | 32e249cb-d981-4f5e-bf07-6bddbc65a605 | {"states": ["s0", "s1", "s2", "s3"], "alphabets": "abcd", "accepting_states": ["s3", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "d", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s1":"s0","s2":"s1","s3":"s1"},"b":{"s0":"s2","s1":"s1","s2":"s0","s3":"s3"},"c":{"s0":"s1","s1":"s1","s2":"s0","s3":"s2"},"d":{"s0":"s3","s1":"s1","s2":"s1","s3":"s2"}} | Given the following FSM:
a b c d
s0 s3 s2 s1 s3
s1 s0 s1 s1 s1
s2 s1 s0 s0 s1
s3 s1 s3 s2 s2
What will be the state after reading the following input: caaaddbdadcbdabcbadbccb? | s2 | 23 |