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
53c5f953-820c-4d71-932a-add9eba07042
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: aaaaaaaaaaaaaa?
s2
14
b7f0ddea-35af-4b92-bf9c-a47f90c883d9
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: aaaaaaaaaaaaaaa?
s2
15
86944597-aa76-440e-8e8b-b61f83ecd8c0
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: aaaaaaaaaaaaaaaa?
s2
16
9f3aeec4-82ea-40f2-af73-d229bc496047
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: aaaaaaaaaaaaaaaaa?
s2
17
89f24a9f-7625-4787-8be9-fbaf7c5e5c03
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: aaaaaaaaaaaaaaaaaa?
s2
18
21186e8a-8436-41fa-99bb-e51d7bbbe5cb
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: aaaaaaaaaaaaaaaaaaa?
s2
19
02abec5e-57b5-45a9-9630-e4fce61d4995
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: aaaaaaaaaaaaaaaaaaaa?
s2
20
9f8d6994-6085-4a7c-9804-81784bc12c22
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: aaaaaaaaaaaaaaaaaaaaa?
s2
21
e6682e3f-09b5-483f-a57f-c96a0568ec6c
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: aaaaaaaaaaaaaaaaaaaaaa?
s2
22
0cef3f9e-2bfc-4d07-a1cc-958aac0f75ac
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: aaaaaaaaaaaaaaaaaaaaaaa?
s2
23
3bbc713b-fd15-4a26-82fd-2834b5bf9564
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: aaaaaaaaaaaaaaaaaaaaaaaa?
s2
24
3a4abd1f-5fc1-40a0-9238-6b901878674d
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: aaaaaaaaaaaaaaaaaaaaaaaaa?
s2
25
7e90e856-4f95-4969-90a2-ecbe091b9ba7
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: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
26
91595c63-87b4-4978-9689-407a0fd41c1a
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: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
27
a747ad51-1669-4637-b081-9aa6a2ab5350
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: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
28
ce441ac3-e983-4332-b46d-bacffc7803e7
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: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
29
7f7ac0ff-bfb6-4fb5-8718-f882e85e7525
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: a?
s1
1
ba14bbe1-3939-4eaf-9fd0-c7ffe5c1519c
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aa?
s0
2
29990365-64f4-41e1-b5fd-2272281a0588
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaa?
s1
3
20a0a28c-79ff-42e6-884c-42ba757d94dc
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaa?
s0
4
8b1d8315-5495-4886-955f-df70e704be56
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaa?
s1
5
65a18aaf-308b-4274-b5c9-57d5907ad8b7
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaa?
s0
6
bdadc7f3-ee06-4e15-ae45-b4201178a21a
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaa?
s1
7
a4ddcdc5-de66-4797-a60c-8fdd3a8eec8e
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaa?
s0
8
1eedef64-881c-43cd-8c2f-76052e807837
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaa?
s1
9
eb089ad2-a271-4715-a5ec-5b0edb90889c
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaa?
s0
10
5899a7f6-eaaf-47e8-9361-c8c744ae1539
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaa?
s1
11
32db6b78-f838-49f7-8ac0-27d6c4ffc672
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaa?
s0
12
15577a20-0408-42f7-bdf4-50f0827361a9
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaa?
s1
13
6958f396-d179-499b-b97a-1b8ef56f30cb
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s0
14
fb087525-49ad-43c4-912c-ed4152cc11bc
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s1
15
dfc014df-3dfb-4cdd-a7b3-18b1cb0eca76
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s0
16
ee79f628-f9d4-493b-8455-aa0c1dff6a37
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s1
17
e952359d-73ff-4f41-aadc-34ac9d5a8859
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s0
18
0e3339bb-ca95-4fd1-80a6-b3cc180e72d3
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s1
19
8e9b7f2a-3092-4ea8-ad97-6d04c0988a6d
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s0
20
7437a2b2-9f31-4491-b4b2-bbacc0e3b2b7
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s1
21
91b9ac7a-3f5d-452f-9605-56e9a1c2e1b0
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s0
22
a0493295-9125-4cdd-8872-0b3874d1a8c4
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s1
23
068c6364-44a7-4741-b795-d10327a84599
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s0
24
6f091a02-13ea-4b3f-b4b7-8185ed334eda
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s1
25
246fa8e9-e911-4ab2-bea4-37101b213cf4
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
26
b8a848b5-afe9-4beb-aac0-5008c3c2e492
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s1
27
c31c80f7-c7be-44df-bf36-699f9bac35e0
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
28
a0ad13e8-d0f8-4f9b-ae6a-0f302f0333ab
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 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s1
29
c14f995f-d61c-4c47-903d-86e5bc4816e6
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: a?
s3
1
8b94adbf-39c2-42f9-a313-3de17219e420
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aa?
s4
2
43cf8919-6fdc-45fb-8113-d1402ca5b240
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaa?
s4
3
78ef2886-beb0-4e56-831d-90896a35a617
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaa?
s4
4
ab07f1e4-7b7a-4f48-a9a9-673bb1e33642
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaa?
s4
5
73b52cfc-cd64-4d62-a2fc-df073d321405
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaa?
s4
6
2d84817f-bee0-475c-a186-33e4396e3ed6
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaa?
s4
7
3641188d-1f88-49fe-848a-39e2191ddb51
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaa?
s4
8
b0dc307d-42e7-4a1e-a8f3-3291273a135b
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaa?
s4
9
68182e94-4942-4fb7-a3fe-7efc7a1abd28
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaa?
s4
10
d6a87518-210a-4343-bc51-25bb0fc48e36
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaa?
s4
11
9446f29c-1c61-48c4-97f4-58ddbb8f2ccf
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaa?
s4
12
089b9712-3ca7-41b6-a7df-bee9304947d5
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaa?
s4
13
0520e0e5-8d4e-48ba-b93d-f9e624091f7a
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s4
14
6bd63a37-49b3-4c0b-b117-f054364a9063
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s4
15
8b010983-8cf4-40eb-86bd-61562ebbd46a
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s4
16
4fd21493-ffd7-4a22-bf06-3a062dc0985c
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s4
17
849f2fbd-9cec-43a5-bcd4-f3d82311420b
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s4
18
6df99d42-8425-428d-a210-8749f7a35eb9
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s4
19
75d9ca8b-e731-41fb-9f9c-7a39590d9877
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s4
20
3985d717-ac32-46a3-a7f1-8957a8234740
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s4
21
73e79ff5-6f93-4906-bddb-aa6c6e97ad91
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s4
22
6985998d-5845-4112-949a-1a5900595927
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s4
23
607ccec8-c814-4136-aea9-77ee447d1f19
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s4
24
19e9d11c-38ed-4033-84b2-b1ec9b1bdf40
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s4
25
bd322d2e-1c3d-4942-92f4-48e7b5e2b397
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s4
26
a93ff914-3cbe-4718-897b-af3b83b442fd
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s4
27
22cdaac1-e4d1-42f1-be5d-3356f3d8574a
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s4
28
a49ba3da-08e4-492b-a178-b6d9ac97aefd
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 Initial state: s0, and Accepting states: s0, s4, s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s4
29
34c45d97-48ee-41ba-a4bf-252af03a2973
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: a?
s0
1
bd7e6a45-94af-4dc2-b931-2b072c20da54
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: ab?
s2
2
449efcc5-8e3a-4411-a985-6c3abdfb63e3
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abb?
s3
3
5997ed52-8af5-4b4d-8fda-e70e820156b8
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abba?
s1
4
fd611b9e-b328-470f-829d-81905c3881bf
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbab?
s5
5
ed0fd1cc-7566-4103-9e3d-2f474180861c
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabb?
s5
6
e7489674-824f-4bed-85e5-c6129c442533
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabba?
s3
7
710d8a57-004e-40a2-a043-55a617f3e218
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaa?
s1
8
fb70b80f-a59d-4bb8-a3d6-512c331d6c24
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaa?
s5
9
08da4140-9345-4c93-be07-110e68918fd8
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaab?
s5
10
eb0a890f-588d-43c0-bb76-800a0e22fca2
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaaba?
s3
11
741ac1c7-530f-4703-b399-1cc845adcd68
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaabab?
s2
12
1c643185-dfe3-479b-9675-4e6629d2295f
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababa?
s2
13
65b39adc-56cc-41be-a5ee-fbba4d66a3f0
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababab?
s3
14
716655a9-0318-48f7-9fe5-f8cf1f485a00
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaabababa?
s1
15
82a63e90-9d43-4106-90a6-5be57e8a6f2a
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaabababab?
s5
16
99edb66b-1645-4947-bb47-f702b08a031c
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababb?
s5
17
afc2f5b5-1487-4e37-9958-8d837601c595
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbb?
s5
18
abc626be-7479-4130-8cac-50875f89b174
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbb?
s5
19
1285e961-7401-4fe4-9c47-af66b049fc0d
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbbb?
s5
20
f2780771-cfe7-4872-b512-359675444eac
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbbba?
s3
21
227a037d-c300-4771-b8fd-2195ba8fcdb3
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbbbab?
s2
22
230b6a77-d0d1-43e5-bb0a-3c48212aae3d
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbbbaba?
s2
23
a4f8d640-4c51-40a1-a3dc-0d9d67f02960
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbbbabab?
s3
24
0869f9e8-a67b-49d8-ab63-37f6ab4debf6
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbbbababa?
s1
25
bf08b8ad-0abb-402f-b40e-8dbe25c6d6c2
60602d4d-b2c9-411c-a2a9-c01e06026e24
{"states": ["s0", "s1", "s2", "s3", "s5"], "alphabets": "ab", "accepting_states": ["s3", "s1", "s0", "s2", "s5"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s5"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s5"]}]}
2
{"a":{"s0":"s0","s1":"s5","s2":"s2","s3":"s1","s5":"s3"},"b":{"s0":"s2","s1":"s5","s2":"s3","s3":"s2","s5":"s5"}}
Given the following FSM: a b s0 s0 s2 s1 s5 s5 s2 s2 s3 s3 s1 s2 s5 s3 s5 Initial state: s0, and Accepting states: s3, s1, s0, s2, s5 What will be the state after reading the following input: abbabbaaababababbbbbababaa?
s5
26