query_id
stringlengths
36
36
fsm_id
stringclasses
325 values
fsm_json
stringclasses
276 values
difficulty_level
int64
1
3
transition_matrix
stringclasses
268 values
query
stringlengths
146
431
answer
stringclasses
13 values
substring_index
int64
1
29
5b97790a-d64a-4e31-86cc-0938c88b2d7d
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: a?
s9
1
cd3bce22-baf7-48bc-8afc-75fd98e37896
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aa?
s3
2
cad6c645-959f-4e84-9df9-da7ec5f696c3
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaa?
s9
3
5664dd31-a36e-4c5d-a81e-9953978b2a2b
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaa?
s3
4
3a6220c5-cb2e-4866-af4a-88cfd1efb47a
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaa?
s9
5
a5984c3d-7d11-4a75-9a62-3c58a2c75eea
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaa?
s3
6
0d782efa-5aea-413b-821b-c3daaf97a177
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaa?
s9
7
45208171-3b3b-4c52-ad2e-284f847aae06
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaa?
s3
8
b804dd6d-baa6-474b-8c57-13ec9e5d1c2e
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaa?
s9
9
6aaa5fa0-62cd-433c-afb7-bd01e6cf5015
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaa?
s3
10
9edf48e2-9e7f-40c5-a34b-3694fdaf88d2
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaa?
s9
11
1c8b3e7e-db47-4df0-86c4-6fb04f050b6c
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaa?
s3
12
9a021707-962f-47f5-ab30-8e96a7ff5f47
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaa?
s9
13
8b79b8cc-bed5-4e59-8fd3-e8f83b6ffcfb
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s3
14
97af9ee2-3d4e-4c9a-86ae-091b18cf9602
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s9
15
4a787974-6480-4c78-a035-28fff69ab09f
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s3
16
54639d35-87e9-4eea-bcd7-65d19ff01d5e
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s9
17
84e046cf-df79-4ef5-ada1-f9d923fb9454
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s3
18
a668c2c8-ea4c-4acb-ac49-badc2febe42a
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s9
19
fa7abf8c-6470-46b8-b6ec-073d2d92fe2f
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s3
20
9d6e2ed2-d4ec-4d04-bb0f-6daffbce123d
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s9
21
b3ef03e0-9075-43b7-9b4b-a185946aaafb
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s3
22
6abcf68e-aaa9-4284-98b1-3053ff38bacc
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s9
23
f420310c-42b6-41c8-ade5-97b55de11414
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s3
24
8eaedff3-796c-4a7e-9641-7e7df4e21838
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s9
25
674f876d-d0ec-4643-8000-cabaf8d95497
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s3
26
bf68ed63-2103-4ab8-a4c8-53b257cb0747
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s9
27
c1976f43-6cc7-48e6-87fb-701fd0a037ab
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s3
28
b37d97dc-f994-4869-86ae-4cd0a95ace69
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 Initial state: s0, and Accepting states: s3, s0, s9 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s9
29
8e8279fb-b6bf-4049-aad6-a495db7f3a73
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: a?
s3
1
9c57a970-6723-4365-b247-cfbeb26efba2
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aa?
s1
2
73279f6e-37a5-4ede-91c5-c93415822f6f
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaa?
s6
3
41570a6a-0e8c-47cd-98e4-b60603a85f8d
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaa?
s3
4
17d7567e-66d0-4650-9e76-fc0aa85f065d
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaa?
s1
5
1d74365d-6ff6-409c-a4d2-4b3765d9ffb2
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaa?
s6
6
b8d93838-ed11-4d50-8c5a-713339769ec9
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaa?
s3
7
b86d8726-89b7-41f0-acdd-2b8b6b167568
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaa?
s1
8
bd2a7df7-d748-4f92-b28c-8fbcbda3e7b3
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaa?
s6
9
6551c1b2-fc67-42a1-b29d-cdd6c17bdd71
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaa?
s3
10
4e937f67-560d-4f1a-bafc-0534e4e24a8c
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaa?
s1
11
c020c385-1a50-4d24-8cd5-e8ababea4a64
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaa?
s6
12
ae4e2928-7172-4c5c-88a4-6db2c8d8a93b
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaa?
s3
13
ae439466-f7b2-4cf1-9f4c-6b2496504cab
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s1
14
4e3bfab3-a959-46fe-b3a9-5b53b5de7cab
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s6
15
23aa54eb-9433-4bea-afb0-9b73f77007d7
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s3
16
9655c7ce-30e2-4725-a396-dce6fcc7c1a6
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s1
17
a2068e1a-c938-49df-aee0-9ccc0a9fbd0c
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s6
18
955d2ebb-2c05-4221-8e24-42112f727502
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s3
19
facadeaf-9512-4173-ad87-0c129f760600
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s1
20
071b3c7f-16d2-4afb-a145-05fd22b50ab5
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s6
21
b7a3849c-94a7-40d9-8ced-0a9a3aea90de
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s3
22
3a94639b-78fb-4903-bbbf-e8ce33261007
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s1
23
79a408e4-c046-4605-beb3-b5918cc9b66f
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s6
24
bfb2d57d-8df8-4b29-b773-cb0cc168d8f7
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s3
25
9238c097-0cdb-41e5-bdb7-17619180a3f3
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s1
26
812bba12-e224-45e9-9b39-a89606ee63ba
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s6
27
8ae29740-22fe-4bf5-9dd7-81440aa30b16
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s3
28
b7211008-8fc0-4488-9876-9a0915bcf7d1
7753f61f-5a12-43e6-aec9-d5e1bb818643
{"states": ["s0", "s1", "s3", "s6"], "alphabets": "a", "accepting_states": ["s0", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s6"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s6", "symbol": "a", "toStates": ["s3"]}]}
2
{"a":{"s0":"s3","s1":"s6","s3":"s1","s6":"s3"}}
Given the following FSM: a s0 s3 s1 s6 s3 s1 s6 s3 Initial state: s0, and Accepting states: s0, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s1
29
5d444c34-7912-4dd0-9b87-4e7c600ffead
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: a?
s2
1
096ea70c-df74-4942-af5f-70d28123534f
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aa?
s5
2
7acbfdf4-5404-433c-b806-f79c544e905e
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaa?
s1
3
01a4e1ee-6e56-435f-ad9b-b497d8857ef6
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaa?
s0
4
bbf22d45-2c9f-4a16-9cae-731880ca4b91
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaa?
s2
5
c48b99ab-038c-4ff0-bae7-81d697ef1cd6
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaa?
s5
6
32d316e6-9f68-41e1-8ba1-bd15d32fdefb
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaa?
s1
7
6338fd68-3d0d-4f67-bbe6-3fde14377998
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaa?
s0
8
1593d481-9904-489c-9d9f-f4854cc21559
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaa?
s2
9
eb78efef-e6dd-42b5-98d7-963e9e714feb
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaa?
s5
10
df0a9a77-1a8a-48c1-9e75-aa97a3337322
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaa?
s1
11
c09c6bdf-cd00-4b5a-ba12-7b497cff30c4
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaa?
s0
12
47f21246-a591-466a-b2b0-f66f0f7ba040
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaa?
s2
13
600d1017-7177-4506-88d4-7d89d9c51233
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s5
14
f4cc0ccb-b087-4658-b815-69e900e908e5
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s1
15
8bf1cd6d-6c27-4757-9ce3-28df240636e6
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s0
16
15af5f30-fe23-4adc-b07a-b71e55fe8c68
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s2
17
78233434-0c50-49a4-94eb-4776f7e8dce5
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s5
18
c482338f-3c5a-44e3-898c-dc35626a4a1e
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s1
19
8b178c42-d5df-4bba-9df0-f221380b6029
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s0
20
e5ea7f61-9731-4882-a9c0-6c61393f354c
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s2
21
a46df9a9-d8cf-49e6-91fe-89bb3ff00b3c
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s5
22
29ff0b00-3dd7-4067-80f3-a36d3bd4bb23
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s1
23
928e288d-44ec-4777-890d-ebdf3eb3db97
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s0
24
6b514c30-82d8-45f2-8bbd-6e75c73baf58
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s2
25
c4054ac9-6f11-4bc1-b42b-9cbb5a776557
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s5
26
456fca90-e338-480d-bedb-b25338692b24
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s1
27
2e6e93df-5801-48ae-9efc-33a3cd6b3a6f
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
28
e7016250-7611-4a17-8505-3e4952922f4f
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 Initial state: s0, and Accepting states: s5, s2, s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
29
aeb5a95f-e4bf-4909-83e7-1de89825bb8c
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: a?
s2
1
6c4b68ec-8d56-4bc6-9335-420bb23f4458
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aa?
s2
2
fcceb467-332a-4a42-9e13-08897fe8a6b7
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaa?
s2
3
4bbd88a5-3e89-419f-8f60-289e84f44b32
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaa?
s2
4
25e68886-9760-42e6-b929-2b6fec45cb35
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaa?
s2
5
4108c13a-e04e-4056-8cf3-be23ff876ec7
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaa?
s2
6
b96bf566-372d-4678-a107-d6847aadb8cd
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaaa?
s2
7
29f5a99e-fcfb-4a37-a8b9-185079df60c8
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaaaa?
s2
8
3e9908fe-315e-460f-ae5f-d2ecdc9bbdaf
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaaaaa?
s2
9
13413122-3dee-4da3-92ae-4b1ccf257e34
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaaaaaa?
s2
10
94b028d4-a030-4a65-9d50-8391bcd0fbc1
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaaaaaaa?
s2
11
270d0817-6007-4b76-8fee-c3ba386b860c
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaaaaaaaa?
s2
12
3bb7b8f6-00c3-4138-a73d-2169a8bfbde0
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: aaaaaaaaaaaaa?
s2
13
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
2
Edit dataset card