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
|
---|---|---|---|---|---|---|---|
54a87e42-de48-4875-b344-65f2709563d7 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaa? | s5 | 14 |
b5fc4270-0544-4e4f-9048-37b54e7f39ce | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaa? | s1 | 15 |
c3d5153b-1f01-491f-88b8-5fc29c8772a7 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaa? | s0 | 16 |
f62b9a4d-d6d5-4ffb-a8c5-e02605366562 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaa? | s2 | 17 |
d3275bf8-d7e0-4af5-8740-f0e90a4092f4 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa? | s5 | 18 |
3a246d7d-5de7-463c-8ad6-1581423acde4 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa? | s1 | 19 |
6224433b-d8e8-4abf-a3c6-38c1a24644eb | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa? | s0 | 20 |
735c3839-f839-46e5-be5a-014bdff1099f | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa? | s2 | 21 |
b324d550-6e82-48c1-b1f0-763874341d83 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa? | s5 | 22 |
e3d20534-3fcc-47e7-8f35-9a3f92dc0219 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa? | s1 | 23 |
01dfea05-5d43-4d12-8c05-dfce630961a4 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa? | s0 | 24 |
fd313113-4b96-4e52-916d-c60aa62ebd7d | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa? | s2 | 25 |
d0eb5331-4c5a-4a1c-93a3-6f0b97ae6b8d | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa? | s5 | 26 |
0ea19d59-7f6c-48dc-9780-0e68bdb0a5a8 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 27 |
79dcdff2-e6da-4434-8ab9-49ca612a0bff | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa? | s0 | 28 |
7879ab0a-60aa-4e54-9f1e-0872a01062a2 | 719261c5-09d2-4cf4-ba13-0a3be3d25d94 | {"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}} | Given the following FSM:
a
s0 s2
s1 s0
s2 s5
s5 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa? | s2 | 29 |
f3baf79f-78f2-45a7-9ec2-df10252090ad | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: a? | s1 | 1 |
5aa90978-d5b0-491a-942a-c2193ddec5f1 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aa? | s0 | 2 |
afc0a679-a5d8-427c-b51b-0426d928a2af | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaa? | s1 | 3 |
78e35c7c-ae71-4bf8-9310-23d322f97c9e | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaa? | s0 | 4 |
94dae2a4-32bf-456f-883c-af643f3545a0 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaa? | s1 | 5 |
6a318925-dbfa-433d-b824-680025544bd1 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaa? | s0 | 6 |
15fce066-7dad-4c5f-a7cb-40bbb4131800 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaa? | s1 | 7 |
c537dc37-8b10-4233-a13a-2e1ee051c113 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaa? | s0 | 8 |
9087fe0e-ce7a-4352-9541-53e76dbe22cd | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaa? | s1 | 9 |
e53eda1d-23f3-4c9d-b87d-8ceac94d3876 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaa? | s0 | 10 |
bfcea6c2-ba11-4888-9ade-164402775be1 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaa? | s1 | 11 |
1b9e13b9-9ee8-483e-a224-b179bd0f3039 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaa? | s0 | 12 |
b0838cb6-61ed-4511-99ba-a55181431fce | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaa? | s1 | 13 |
0ab46def-e6a1-4cf2-9de9-cb9a2a3c00bb | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaa? | s0 | 14 |
e7b5bda7-cfef-455f-986e-e2daeef98b9c | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaa? | s1 | 15 |
5a81e1e3-57a6-4f04-a538-87231719f1f8 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaa? | s0 | 16 |
ccdb8cda-0fbb-493a-8667-b65793489454 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaa? | s1 | 17 |
9277a81e-6fd7-479e-b46f-1e96a9c4de45 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa? | s0 | 18 |
6b950e88-e56b-4593-9685-e131959265ae | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa? | s1 | 19 |
24dfe40a-bbf3-43fb-9cab-e585659451d1 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa? | s0 | 20 |
bb0b4bc2-d661-4f1f-8e5a-639c8fdbc0af | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa? | s1 | 21 |
2a251b6c-3c37-4c84-8d2b-29f67a1cc2a3 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa? | s0 | 22 |
d0ca1164-d302-4463-a230-10f1baeff20c | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa? | s1 | 23 |
36b8977a-0ce5-4531-9201-b63c7d98d2e6 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa? | s0 | 24 |
5a028b76-6270-44c9-8c06-6e98279afc4f | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 25 |
119217bc-e2bb-46d5-b831-903c108a14b2 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa? | s0 | 26 |
617fbdbc-16ed-44ab-adc0-ac93234596f0 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 27 |
90dcbb76-9c26-4451-a8ea-6b152b761f34 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa? | s0 | 28 |
2eda1038-8c5e-4254-8085-aa5fe124ad22 | 79b1fad6-fc4c-4e01-a0f6-ff3e2a0713b1 | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}]} | 1 | {"a":{"s0":"s1","s1":"s0"}} | Given the following FSM:
a
s0 s1
s1 s0
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 29 |
62826341-a28e-4c36-82ae-0a3ace88ceb0 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: a? | s1 | 1 |
e8394251-5fea-495a-98d8-f1939a6bf994 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aa? | s1 | 2 |
3ba107f9-1f93-4512-a278-18e2ba8e19ae | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaa? | s1 | 3 |
1e4325f3-dbf2-488b-8e0e-ee0d4e81259d | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaa? | s1 | 4 |
933ab5d3-1318-4ef6-9566-8b0fc364a065 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaa? | s1 | 5 |
4e57df15-b84e-40b9-8bbc-e4a3c6ee97bf | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaa? | s1 | 6 |
b5d9ffa1-11cb-4be5-8c7f-06f96cc3d063 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaa? | s1 | 7 |
2ecc2d7e-9af0-4cbe-9d55-e594f200107c | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaa? | s1 | 8 |
e3dd18c2-8e16-4fc8-8cdb-db1109b4e088 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaa? | s1 | 9 |
dabf7c0e-67b7-4bf0-94a7-b51e81ef62b0 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaa? | s1 | 10 |
fe1bc2ee-51f0-444a-b970-bb718ace5e0c | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaa? | s1 | 11 |
40f56fba-6da1-40b9-a2af-a05244c106f0 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaa? | s1 | 12 |
1cf9034b-7394-43b5-8937-a4bf2faedc04 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaa? | s1 | 13 |
fe243134-eea6-4785-928e-e368392733ac | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaa? | s1 | 14 |
10c0a8d7-9946-4973-b5e8-708d3a710e3e | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaa? | s1 | 15 |
7a6ef348-f83e-4653-9ea6-c4e905faf65a | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaa? | s1 | 16 |
1ccc95cf-afbc-4d62-a50f-7694048f7961 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaa? | s1 | 17 |
c843dd29-bee6-4faf-a78a-38473e61daa3 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa? | s1 | 18 |
21e2ee3d-ec2b-4bab-8673-57cf54bfa2fb | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa? | s1 | 19 |
72466c6a-87d5-4383-9cb1-4ee86c8a21da | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa? | s1 | 20 |
4aad3416-d4ba-4a9c-a0c0-3985aabcedfc | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa? | s1 | 21 |
77fe3f03-53b3-4844-9ff8-682e482da0f1 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa? | s1 | 22 |
13db403d-d11a-4449-9e06-0bf8a61e015e | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa? | s1 | 23 |
bb602ae3-0fce-4e64-97e4-72de5e616f86 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 24 |
3e9b3d9c-3129-4853-8c04-f4abf2827ed5 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 25 |
7978976e-9db2-45e6-9dfe-443ac14aba55 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 26 |
a830dd64-04dd-4e78-b686-8fd1e47f2779 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 27 |
99198747-7280-454e-97d8-8860735b9189 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 28 |
1d8000f3-ccd8-40c3-88bc-292270bf76d7 | 2955a839-e81f-49a1-bb10-8a313684e71a | {"states": ["s0", "s1"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s1","s1":"s1"}} | Given the following FSM:
a
s0 s1
s1 s1
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa? | s1 | 29 |
93ef7b55-0b47-4e90-9c71-b7eec2701c8d | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: a? | s3 | 1 |
066cbee5-e888-4cee-ae3b-5ab9987cfb6e | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aa? | s4 | 2 |
4368cd63-0f6d-46ad-893b-4f265658a901 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaa? | s4 | 3 |
a009ca68-a1ef-436e-a684-e671246ff036 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaa? | s4 | 4 |
d05fb049-f6ec-4aa8-aa9c-21bac8e60689 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaa? | s4 | 5 |
bacddb97-ca9f-47a6-95b1-586839033573 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaa? | s4 | 6 |
db9a02be-6514-4828-8c22-90c20603d913 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaa? | s4 | 7 |
9b735795-0132-4dc3-967e-2a9b7967508b | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaa? | s4 | 8 |
93962920-e683-4fbf-ae57-1249fbff9e1d | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaa? | s4 | 9 |
46aefde3-1c55-43c9-a701-f6460746f00e | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaa? | s4 | 10 |
2f7b01f9-62d4-4f60-9b0a-d305f5894e61 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaa? | s4 | 11 |
55041cb2-170c-4e54-87fc-945ac6e94f42 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaa? | s4 | 12 |
ba2d001d-4844-41a3-829d-981d8263d41b | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaa? | s4 | 13 |
e32c9fa4-9ff7-4e80-906e-5f145e98efdf | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaa? | s4 | 14 |
4bbb2969-6712-480d-b9ac-e5b4b27f9675 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaa? | s4 | 15 |
4a323080-6f99-4eb1-9636-654f5d331cf3 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaa? | s4 | 16 |
a66d2763-7395-4d09-a047-d90214c03260 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaa? | s4 | 17 |
f52c1b4f-e7db-4225-9eb9-cd2aaa979245 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa? | s4 | 18 |
af401d4c-2748-445e-aad1-42dbf323d432 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa? | s4 | 19 |
9e28c4b8-a973-4295-a5f5-a7dd962ad3fc | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa? | s4 | 20 |
de1582e2-9395-45e1-bb1d-c886aadd5f60 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa? | s4 | 21 |
a4663b88-7bec-4179-a384-9f3b95a2b617 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa? | s4 | 22 |
90939a6e-172c-4243-853d-f8f72d6d008c | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa? | s4 | 23 |
21112307-5410-4c3f-b0fc-c339731911b8 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa? | s4 | 24 |
4d25b3df-0e25-495c-8d9d-2589c31e6672 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa? | s4 | 25 |
b0f3cfa5-b69c-4b5f-979c-ae0cdfcc3fb0 | 79431a61-0eef-4cca-a303-0898ad4b0df9 | {"states": ["s0", "s3", "s4"], "alphabets": "a", "accepting_states": ["s0", "s4", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s4"]}]} | 2 | {"a":{"s0":"s3","s3":"s4","s4":"s4"}} | Given the following FSM:
a
s0 s3
s3 s4
s4 s4
What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa? | s4 | 26 |