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
07ed1a6a-dafa-44ed-a580-68b6305b0e45
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s0
21
0e95fae9-11fc-4750-9661-c40bcc73a7fa
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s0
22
b78d96c9-c172-40ea-a9f7-a003b6a1b202
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s0
23
d1136898-4d28-4b0f-9855-63b3c7583e12
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s0
24
003106a7-c987-4167-8bd8-4a4a791f315e
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s0
25
2e78dee9-bb9e-4f1e-8794-91e2c4e34246
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
26
65e1a9e1-48a3-4e83-9014-c5537c43e3a5
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
27
54b03583-7b4e-4062-bfa0-28bde7b0c0a0
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
28
5b2a29b9-1150-4fe7-813d-9ab259c86da0
4a9cd9ab-c029-4acf-ab61-ff56286961e6
{"states": ["s0"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"}}
Given the following FSM: a s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
29
ebeb4330-03b9-4fe2-b1d0-bbba46c8c672
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: c?
s7
1
07d6ab98-e9b4-4c62-ad1a-11ffd6b64c2f
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: ca?
s7
2
b4232cd8-5686-48e9-9f98-5a2087c93d71
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caa?
s7
3
3b19291f-2599-4e70-8c76-4d0b817ada10
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caab?
s3
4
c47d851a-2512-4c00-ab06-c7a311500fc8
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caaba?
s2
5
6a53ea05-a4ab-4aa2-be64-f34956f08585
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaa?
s0
6
a6142d56-de0f-410e-a3e3-461a9fa96ac9
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaab?
s3
7
229cd748-f711-4089-8352-23634c5b2042
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabb?
s1
8
6633878b-9aa6-4770-93d5-6f361d8e06e4
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbc?
s0
9
c23f9919-b1a3-45f1-a648-16087733ea97
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcb?
s3
10
1365686b-9220-4d2c-8f17-b656d69d8602
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbb?
s1
11
0f77e8ee-03a7-4b3b-9d79-7702846b9d30
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbba?
s4
12
b2caa2c4-c5c9-4af2-8ccf-d7a282e70f53
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbab?
s7
13
3392dcab-b8d5-470a-aa9d-5874ae3cece8
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabc?
s5
14
fb55734e-29ad-4b40-919d-39b5ac380dc6
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabca?
s1
15
42a93c1e-6b01-49e7-9695-c157b02679cc
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcab?
s4
16
35ca47b7-c8a5-4191-9df3-964edb4d9937
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcaba?
s7
17
ba2e0c34-7323-4c1c-b76c-bd3e1f5b6469
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcabab?
s3
18
fc4af79d-846e-4295-aaa1-9b2d3ad3bb04
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababb?
s1
19
0abc93e6-c8b8-4aa3-a041-c354a6e5e914
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbc?
s0
20
444030dc-73f4-4827-aaaa-dd19f836e146
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcb?
s3
21
0c5de5ef-030a-48f0-8afc-d2118342dcef
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcba?
s2
22
1942b6d0-05d9-4609-9cc5-ec93747fb983
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcbaa?
s0
23
26fd258e-41cc-4d3d-96fc-c40b83bfb33e
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcbaab?
s3
24
341b68ea-5f72-4ee3-8d39-bc382a576443
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcbaabb?
s1
25
367ca453-d151-43c5-9c11-739167b35d51
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcbaabbc?
s0
26
db93066a-0480-4feb-9660-4f81c5aee2f5
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcbaabbcb?
s3
27
162e0550-c144-4ff7-8de5-f228a129f68c
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcbaabbcbb?
s1
28
24fcb693-cd67-4442-96da-5697cbf9a047
7e1fd7d6-1ed4-40b8-9722-99c21c110c29
{"states": ["s0", "s1", "s2", "s3", "s4", "s5", "s7"], "alphabets": "abc", "accepting_states": ["s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s7"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s3", "symbol": "c", "toStates": ["s4"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s4", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s5", "symbol": "b", "toStates": ["s7"]}, {"fromState": "s5", "symbol": "c", "toStates": ["s2"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s7", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s7", "symbol": "c", "toStates": ["s5"]}]}
3
{"a":{"s0":"s5","s1":"s4","s2":"s0","s3":"s2","s4":"s7","s5":"s1","s7":"s7"},"b":{"s0":"s3","s1":"s4","s2":"s0","s3":"s1","s4":"s7","s5":"s7","s7":"s3"},"c":{"s0":"s7","s1":"s0","s2":"s4","s3":"s4","s4":"s0","s5":"s2","s7":"s5"}}
Given the following FSM: a b c s0 s5 s3 s7 s1 s4 s4 s0 s2 s0 s0 s4 s3 s2 s1 s4 s4 s7 s7 s0 s5 s1 s7 s2 s7 s7 s3 s5 Initial state: s0, and Accepting states: s4 What will be the state after reading the following input: caabaabbcbbabcababbcbaabbcbbb?
s4
29
d9896438-cb72-4066-8d78-e6ecbeb38a5f
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: b?
s0
1
4d1776f0-521a-4dd4-b693-fe95d8aac056
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bb?
s0
2
7d83fef9-a3f2-4e6b-aa37-0c9bb72eae8f
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bba?
s2
3
4c79eaaf-e5ca-44ff-8027-0efc4b354b76
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaa?
s0
4
dc60395b-938b-40c7-be25-3a49b8da2731
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaa?
s2
5
3e31caa8-7f9e-4c45-80d6-a73fe73cb131
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaa?
s0
6
a9247b9c-dae0-423d-a116-26604b4c5417
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaa?
s2
7
1addb8ff-dd87-465b-abb4-033c48848705
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaa?
s0
8
14723d69-ba83-4f83-bcc3-3f215520089f
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaa?
s2
9
cf1bec45-2234-41b4-ba36-aa5fe4067a92
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaab?
s0
10
75fa665a-ba71-402f-bded-b5caf07dd41c
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaaba?
s2
11
1185fedd-7527-46a4-b181-f567a49a4fd2
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaa?
s0
12
ec98bffd-2477-4165-9f27-fd15e528520c
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaab?
s0
13
791aca32-837b-42e3-8f8b-4c69c82fbfc7
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabb?
s0
14
d3b01d0c-1edc-4ab8-9bc3-578e47407eb0
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabba?
s2
15
b14c4941-f894-4fd4-948c-4cc2ecc49d82
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaa?
s0
16
e74bc9ef-6296-4f47-bf04-7433516d70bc
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaa?
s2
17
5e7a2814-7def-4489-a02d-9509fab20174
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaab?
s0
18
13b98b74-e87d-4ef7-93cd-90d371e5e3ef
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabb?
s0
19
dbaa003c-0224-4e5e-b178-9a09b1c24d64
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabba?
s2
20
343dcc7c-e8da-4417-82e2-7216fd0e7e6d
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbab?
s0
21
45913e3c-f8bd-4b71-a435-c359b937348b
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabb?
s0
22
e1a1eb9a-226f-42a6-876c-2d845284e65e
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabba?
s2
23
480f6eb9-dc37-4258-9e55-6c966c1ba7c4
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabbaa?
s0
24
24ea2e8f-3495-4997-b999-41843a6ca1f9
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabbaab?
s0
25
baebb3a9-0319-400f-8367-7a36deae8e3b
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabbaabb?
s0
26
913402b8-7252-4188-90df-63433819df06
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabbaabbb?
s0
27
6dc1530b-8af7-4a4f-924d-9beb585f372e
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabbaabbba?
s2
28
5088c934-a0ba-44f0-b8d3-366ac72939c3
024e2fda-30f0-452e-a619-78b2b33fb6e1
{"states": ["s0", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}]}
2
{"a":{"s0":"s2","s2":"s0"},"b":{"s0":"s0","s2":"s0"}}
Given the following FSM: a b s0 s2 s0 s2 s0 s0 Initial state: s0, and Accepting states: s2 What will be the state after reading the following input: bbaaaaaaabaabbaaabbabbaabbbaa?
s0
29
a6d00bfa-5142-4473-abfb-250d9793a570
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: b?
s1
1
eabf61b2-a51a-49ac-bc82-656a0c1dcf2c
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bc?
s1
2
547f2908-f02c-4a19-b5aa-72da3e3ad331
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcd?
s2
3
4b2b220d-5d51-401d-90d1-032bc20bee7d
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdb?
s0
4
92e03fa1-0c1a-4edf-9429-a81f597e949b
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbd?
s1
5
b934ae9e-b96f-4080-bb99-0006f8ef352b
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdc?
s1
6
1c9ad4b7-341a-427a-9a2d-5c1a650a8069
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdcc?
s1
7
78769e6f-3873-46fa-8aa3-f21c1169ec3b
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccd?
s2
8
0bb3b5db-4887-41ea-8846-99cfdbd6c2c0
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdc?
s0
9
335dc10e-285c-4cc3-bb3e-8a28cbf2332f
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcc?
s0
10
60a4760f-e2d3-4e2e-aff4-06961b3e42e0
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdccc?
s0
11
b25f96aa-abad-40f4-a391-e75e0a4789b6
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccd?
s1
12
3366587f-4b04-4af5-ab0e-5dd239cf4c31
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccda?
s0
13
40142dee-9bbc-4a6e-beee-7de47b1879a5
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaa?
s2
14
81575895-e630-4113-aeff-235429d18c28
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaad?
s1
15
2164d2d0-5388-4b24-b19d-558e3e6d8d41
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaadd?
s2
16
416c7f85-1683-4af2-9ede-2ab0ebbd5495
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddc?
s0
17
bdbe82c5-7710-464f-9114-1f75f64723fb
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcd?
s1
18
8a2fe97c-26c3-424b-9a70-e8a7b70b2811
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcdd?
s2
19
949f1210-4e2c-4ace-a0cd-540aa1a4a20b
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddd?
s1
20
5cc12e99-288d-4042-a33f-fc233a006fad
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcdddd?
s2
21
f6bdf3b6-3551-4410-b21b-4f657cc59379
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddb?
s0
22
3c9d6777-c01c-4c66-addd-1c6bd6515465
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddbb?
s1
23
96f54afb-a182-4b34-99fc-04f7e3b7dcd3
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddbbd?
s2
24
d11c2193-a13e-4ca0-b823-4f361647fd7b
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddbbdc?
s0
25
8f440c30-2c09-43d3-bd06-17ce35da0c8d
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddbbdcb?
s1
26
38cdc754-172c-4724-9a60-5d5e124300cb
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddbbdcbb?
s0
27
03ccd3e1-375f-424f-8025-5f883e1ccac3
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddbbdcbbc?
s0
28
46240bb8-5469-4a4c-b8a1-9047ba443e71
83558688-adcc-4d68-8de0-5ae2d7ce4d8e
{"states": ["s0", "s1", "s2"], "alphabets": "abcd", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "d", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "c", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "d", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "c", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "d", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s1"},"b":{"s0":"s1","s1":"s0","s2":"s0"},"c":{"s0":"s0","s1":"s1","s2":"s0"},"d":{"s0":"s1","s1":"s2","s2":"s1"}}
Given the following FSM: a b c d s0 s2 s1 s0 s1 s1 s0 s0 s1 s2 s2 s1 s0 s0 s1 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: bcdbdccdcccdaaddcddddbbdcbbcd?
s1
29
00a9c253-f6c7-4323-892e-22e9340dfc51
dda86f67-a12f-4a20-94a9-942c3fa58fbc
{"states": ["s0"], "alphabets": "abc", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"}}
Given the following FSM: a b c s0 s0 s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: a?
s0
1
f8cf62b3-ef21-4776-b7c5-fe7bc27312be
dda86f67-a12f-4a20-94a9-942c3fa58fbc
{"states": ["s0"], "alphabets": "abc", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"}}
Given the following FSM: a b c s0 s0 s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: ac?
s0
2
9fb77a4e-445a-4cf4-a14a-c439daf81547
dda86f67-a12f-4a20-94a9-942c3fa58fbc
{"states": ["s0"], "alphabets": "abc", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"}}
Given the following FSM: a b c s0 s0 s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: acb?
s0
3
3b3f3b83-6539-47c4-b41e-c3e46fdd9060
dda86f67-a12f-4a20-94a9-942c3fa58fbc
{"states": ["s0"], "alphabets": "abc", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "c", "toStates": ["s0"]}]}
1
{"a":{"s0":"s0"},"b":{"s0":"s0"},"c":{"s0":"s0"}}
Given the following FSM: a b c s0 s0 s0 s0 Initial state: s0, and Accepting states: s0 What will be the state after reading the following input: acbc?
s0
4