query_id
stringlengths 36
36
| fsm_id
stringclasses 96
values | fsm_json
stringclasses 96
values | difficulty_level
int64 1
4
| transition_matrix
stringclasses 93
values | query
stringlengths 194
452
| answer
stringclasses 13
values | substring_index
int64 1
9
| number_of_states
int64 2
4
| number_of_alphabets
int64 1
4
| state_alpha_combo
stringclasses 12
values | transition_matrix_triplets
stringclasses 93
values |
---|---|---|---|---|---|---|---|---|---|---|---|
d86848dc-90f8-4790-9b26-a54d90781e37 | 3298a7f9-6a79-4504-a630-012925e60771 | {"states": ["s0", "s3", "s5"], "alphabets": "a", "accepting_states": ["s5", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s3","s3":"s5","s5":"s0"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 )
With the initial state: s0, and accepting states: ['s5', 's0'],
What will be the state after reading the following input: a a a a | s3 | 4 | 3 | 1 | 3_1 | ( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 ) |
7e91638a-e59a-4f12-b48f-2e3c8c54f02c | 3298a7f9-6a79-4504-a630-012925e60771 | {"states": ["s0", "s3", "s5"], "alphabets": "a", "accepting_states": ["s5", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s3","s3":"s5","s5":"s0"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 )
With the initial state: s0, and accepting states: ['s5', 's0'],
What will be the state after reading the following input: a a a a a | s5 | 5 | 3 | 1 | 3_1 | ( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 ) |
376d287f-c3cd-42a0-8451-e3bc33af3cf2 | 3298a7f9-6a79-4504-a630-012925e60771 | {"states": ["s0", "s3", "s5"], "alphabets": "a", "accepting_states": ["s5", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s3","s3":"s5","s5":"s0"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 )
With the initial state: s0, and accepting states: ['s5', 's0'],
What will be the state after reading the following input: a a a a a a | s0 | 6 | 3 | 1 | 3_1 | ( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 ) |
e219fc1e-6fb0-4dd9-8dbf-3cc99d3314ea | 3298a7f9-6a79-4504-a630-012925e60771 | {"states": ["s0", "s3", "s5"], "alphabets": "a", "accepting_states": ["s5", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s3","s3":"s5","s5":"s0"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 )
With the initial state: s0, and accepting states: ['s5', 's0'],
What will be the state after reading the following input: a a a a a a a | s3 | 7 | 3 | 1 | 3_1 | ( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 ) |
fbbb8e93-f434-49a7-8b79-dfb3497c0476 | 3298a7f9-6a79-4504-a630-012925e60771 | {"states": ["s0", "s3", "s5"], "alphabets": "a", "accepting_states": ["s5", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s3","s3":"s5","s5":"s0"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 )
With the initial state: s0, and accepting states: ['s5', 's0'],
What will be the state after reading the following input: a a a a a a a a | s5 | 8 | 3 | 1 | 3_1 | ( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 ) |
d24164fa-b7de-46ee-bea4-d77e23cc4800 | 3298a7f9-6a79-4504-a630-012925e60771 | {"states": ["s0", "s3", "s5"], "alphabets": "a", "accepting_states": ["s5", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s3","s3":"s5","s5":"s0"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 )
With the initial state: s0, and accepting states: ['s5', 's0'],
What will be the state after reading the following input: a a a a a a a a a | s0 | 9 | 3 | 1 | 3_1 | ( s0 , a , s3 )
( s3 , a , s5 )
( s5 , a , s0 ) |
19086d00-c22b-480a-b720-6b377b625da8 | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a | s4 | 1 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
e6c15c74-28e5-497c-b8ef-caad47cf9203 | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a | s2 | 2 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
99dce708-c9cc-4f80-8b8f-ae095477d5c2 | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a | s0 | 3 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
f01db425-ea38-4612-b871-77f131cf91c7 | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a | s4 | 4 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
4c1ee792-4302-420e-922b-994eaee301fa | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a | s2 | 5 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
41836839-a75a-492f-9609-778fab88397e | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a | s0 | 6 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
60998755-41ee-4523-ae46-35b124c2ce7f | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a | s4 | 7 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
2be01581-b4a1-4afc-a4d7-267b4496baf7 | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a | s2 | 8 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
aa1ecbd1-5873-45b7-bc28-9d94aeb819ef | cfb1d27c-0464-4f89-ae40-5726e04866e0 | {"states": ["s0", "s2", "s4"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s4","s2":"s0","s4":"s2"}} | Given the following FSM transition rules:
( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a a | s0 | 9 | 3 | 1 | 3_1 | ( s0 , a , s4 )
( s2 , a , s0 )
( s4 , a , s2 ) |
89cbd8c1-8977-46b8-aac1-b1f838ef1595 | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a | s2 | 1 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
ceb985c0-9798-455e-9ec0-ac167d7f121f | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a | s1 | 2 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
379b44f3-b839-4927-8174-bd615c3981a7 | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a | s1 | 3 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
6b098b43-4814-46bf-aab2-5fc18a59d24f | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a | s1 | 4 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
822e61af-0236-4169-83f6-e73b3b925791 | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a | s1 | 5 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
ad922160-1517-48dd-a2b1-1400b550cff1 | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a | s1 | 6 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
ce8b87e4-71c6-45a5-bdc5-9f2e5de0971d | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a | s1 | 7 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
9c42fe11-cda2-4383-b9cd-ffbc1b56d4b7 | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a | s1 | 8 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
a4e1a6db-43d1-47df-b84b-2e22c1ac2943 | 12d54b46-7f22-4d1f-ab58-a7d8e11ccae9 | {"states": ["s0", "s1", "s2"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s1"]}]} | 3 | {"a":{"s0":"s2","s1":"s1","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a a | s1 | 9 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s1 , a , s1 )
( s2 , a , s1 ) |
8b31b314-7390-48fa-b587-76969014b971 | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a | s2 | 1 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
badc8555-cb09-4fc1-ac1e-4a1321f76a8a | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a | s3 | 2 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
c35625fc-0e62-4832-b904-745b963c0976 | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a a | s0 | 3 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
be6e129b-bd99-49f2-a6af-d273605a4592 | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a a a | s2 | 4 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
9c87e8a3-5213-4f10-bea8-2ebfb64146e5 | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a a a a | s3 | 5 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
366ff889-f5b8-4e70-8d71-43a449909698 | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a a a a a | s0 | 6 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
1e8d1e89-7dda-4126-8517-9a5a601ca4a9 | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a a a a a a | s2 | 7 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
5e8ec83b-7367-4657-bda8-c509830ed217 | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a a a a a a a | s3 | 8 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
3ef94c95-8a0d-4458-8b58-829e46ce7bcb | 7b72719e-6142-44f7-b0ee-2d2a5656983e | {"states": ["s0", "s2", "s3"], "alphabets": "a", "accepting_states": ["s2", "s3"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s2","s2":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 )
With the initial state: s0, and accepting states: ['s2', 's3'],
What will be the state after reading the following input: a a a a a a a a a | s0 | 9 | 3 | 1 | 3_1 | ( s0 , a , s2 )
( s2 , a , s3 )
( s3 , a , s0 ) |
6b0eddd5-c6b0-41b9-9454-429c2dde6c81 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a | s1 | 1 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
56bee898-6276-4fe7-addf-f14b363aa8bc | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a | s3 | 2 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
16f8e0d7-b6f5-443b-9134-c920e181f7d7 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a a | s1 | 3 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
aacf9d64-f741-413b-a178-c149bc02c3a3 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a a a | s3 | 4 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
10392cba-dace-420b-bfdc-37dce5aa9ef0 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a a a a | s1 | 5 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
8afa0f26-a6a4-49b7-a442-38a9ce1e1af4 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a a a a a | s3 | 6 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
87c88f66-2a1d-47ed-a35d-0bd15086e9d4 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a a a a a a | s1 | 7 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
977c84f7-34fe-4cc2-8015-478e938a47f9 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a a a a a a a | s3 | 8 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
5bfec870-3214-4d72-8d27-e7e808fbb419 | bed645a8-9266-477a-aa13-24be9be7e1b8 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 )
With the initial state: s0, and accepting states: ['s0', 's1'],
What will be the state after reading the following input: a a a a a a a a a | s1 | 9 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s1 ) |
21a3a9ac-d5bf-4798-abff-3e4910f5d1e8 | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a | s9 | 1 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
52dd7b93-c1b2-4e45-8f7c-783f1888a458 | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a | s7 | 2 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
abb50033-cd19-4d5f-b6d1-d912669ad57f | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a | s7 | 3 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
a58b0676-d5db-4443-bf7c-46b6b67f6c6a | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a | s7 | 4 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
95535e70-0a2e-4308-88af-5664904a1e0c | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a | s7 | 5 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
cc88df9e-190a-4f43-aba0-89f22456d622 | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a | s7 | 6 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
9bd80889-13be-44cc-9b0a-042b4cbe3750 | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a | s7 | 7 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
930dc9d1-33a3-4a2b-a2c0-ae460c36ace5 | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a | s7 | 8 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
c6205166-6f34-487e-b59e-9dfba63c90b9 | 08ee1c36-9a2b-4eb8-b32e-0b8067ce6ba4 | {"states": ["s0", "s7", "s9"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s7", "symbol": "a", "toStates": ["s7"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s7"]}]} | 3 | {"a":{"s0":"s9","s7":"s7","s9":"s7"}} | Given the following FSM transition rules:
( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a a | s7 | 9 | 3 | 1 | 3_1 | ( s0 , a , s9 )
( s7 , a , s7 )
( s9 , a , s7 ) |
1b2258b4-1e69-40ab-8722-f5e343ab887b | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a | s1 | 1 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
d67f7fc4-c5ff-47de-8601-8061e01aafda | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a | s3 | 2 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
a7e5b769-8f7a-4c3e-81f2-5a5d8ad70446 | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a | s3 | 3 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
6a1eb297-33b7-41c4-bcfc-0d3e4305f710 | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a | s3 | 4 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
810bdc57-25de-47fb-a761-3c31e9cb6970 | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a | s3 | 5 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
dfc989b0-07ef-4900-bf10-7b0fc9606ce2 | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a | s3 | 6 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
2f63eb04-3f72-4bc9-a269-728b1b4122a0 | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a | s3 | 7 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
7f190b19-0553-4b79-a508-0dffe4e92414 | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a | s3 | 8 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
ee210587-e6dc-4b3e-84d3-ea298e3044cc | 701f47af-4c65-422e-888f-10375df8ff18 | {"states": ["s0", "s1", "s3"], "alphabets": "a", "accepting_states": ["s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}]} | 2 | {"a":{"s0":"s1","s1":"s3","s3":"s3"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 )
With the initial state: s0, and accepting states: ['s0'],
What will be the state after reading the following input: a a a a a a a a a | s3 | 9 | 3 | 1 | 3_1 | ( s0 , a , s1 )
( s1 , a , s3 )
( s3 , a , s3 ) |
9d6fd593-c4b1-46c7-ab49-19227ee13815 | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b | s1 | 1 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
d00c9308-9049-4360-a3a6-c0997d65aa17 | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b | s3 | 2 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
248aa434-76ee-459a-b4bb-c35e05d220cb | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b a | s0 | 3 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
2cc1290e-ecb3-4a35-9051-e6cc0ba78de9 | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b a b | s1 | 4 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
1531e371-4551-473b-8407-f93edf78b50a | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b a b b | s3 | 5 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
6b62c4c6-1740-4108-81f2-ff9dea7fa7db | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b a b b a | s0 | 6 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
6a21163c-0c1b-46fd-8ae1-777373097736 | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b a b b a a | s0 | 7 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
8a3c8977-35af-4cef-a6f7-9c2b707f05a9 | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b a b b a a b | s1 | 8 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
ca1673bd-72f8-40f0-8d5a-8bd176ddaf99 | 9f492d2f-53f9-4be9-b544-2cddecbfb84d | {"states": ["s0", "s1", "s3"], "alphabets": "ab", "accepting_states": ["s3", "s0", "s1"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s0"]}]} | 2 | {"a":{"s0":"s0","s1":"s1","s3":"s0"},"b":{"s0":"s1","s1":"s3","s3":"s0"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 )
With the initial state: s0, and accepting states: ['s3', 's0', 's1'],
What will be the state after reading the following input: b b a b b a a b b | s3 | 9 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s1 )
( s3 , a , s0 )
( s0 , b , s1 )
( s1 , b , s3 )
( s3 , b , s0 ) |
5118f0dc-17fb-44ea-8afe-f51c18b78de1 | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b | s3 | 1 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
5a1de351-1924-46d6-aa46-e5ebc32fbabf | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b | s2 | 2 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
8ebf6ae8-34ce-4d80-8967-f0486fe9ddd5 | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b a | s2 | 3 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
0524c24f-a55f-435e-a751-8dda0bbca057 | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b a b | s2 | 4 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
64c73b65-7540-4250-a9d5-8ed9e896334b | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b a b a | s2 | 5 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
a2156048-390b-48a5-a2a5-0fb3236f5bbf | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b a b a a | s2 | 6 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
b567c44c-c022-4f22-a4a4-9327cca4f556 | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b a b a a b | s2 | 7 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
11ea89e0-9ac4-42d4-a99d-7f852e2834d8 | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b a b a a b a | s2 | 8 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
78b103cc-9f66-49cf-b224-1bfdf4096c84 | 5908db03-8cb8-493f-8297-75686244f3f9 | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s0", "s3", "s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s0","s2":"s2","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s0', 's3', 's2'],
What will be the state after reading the following input: b b a b a a b a a | s2 | 9 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s2 , a , s2 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
59f34920-1c76-4c33-958c-a6320ee7c3d2 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b | s3 | 1 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
9f24c19f-a543-40fd-b6cb-7f6683e51d4e | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a | s3 | 2 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
07458327-2ca1-4687-9fe1-69696abd2ef1 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a a | s3 | 3 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
8f62949a-7e47-4c17-8972-4434d9361e39 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a a b | s2 | 4 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
822af84a-6c48-4504-80f8-2952faae7f75 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a a b b | s2 | 5 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
0e029deb-061b-444c-8c0a-5a951def9431 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a a b b b | s2 | 6 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
bc737bbb-0122-4c5a-a708-2ab6b2ca9122 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a a b b b a | s0 | 7 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
90750db6-2998-4510-94b2-6917ecb1f475 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a a b b b a a | s3 | 8 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
01fed0b3-e1bd-4fc3-b2aa-635f142e6a16 | 326b7c51-31d4-4ca9-8172-4767431331ea | {"states": ["s0", "s2", "s3"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s3"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s3"]}, {"fromState": "s3", "symbol": "b", "toStates": ["s2"]}]} | 2 | {"a":{"s0":"s3","s2":"s0","s3":"s3"},"b":{"s0":"s3","s2":"s2","s3":"s2"}} | Given the following FSM transition rules:
( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: b a a b b b a a a | s3 | 9 | 3 | 2 | 3_2 | ( s0 , a , s3 )
( s2 , a , s0 )
( s3 , a , s3 )
( s0 , b , s3 )
( s2 , b , s2 )
( s3 , b , s2 ) |
013cf32a-12de-44dd-a053-c24949e920d6 | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a | s1 | 1 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
24246ff0-a561-4a00-8020-dd4daf16848a | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a | s0 | 2 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
553f13d0-c9ee-4819-b21d-f9ac4c53a713 | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a a | s1 | 3 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
ac84652c-6344-45bc-9f48-d4c79e1e75a4 | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a a a | s0 | 4 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
b1907db5-e498-476c-a195-6704a8fa6e37 | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a a a a | s1 | 5 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
59c971de-a3b1-47af-b696-338d083225f1 | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a a a a b | s0 | 6 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
f0ca88c1-2528-40c5-aadb-84fb9679af5f | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a a a a b b | s2 | 7 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
11dc81b5-1cce-4afd-922f-d0deb2fafe2b | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a a a a b b a | s0 | 8 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
b143d313-c1b8-4d75-b984-ef9125358333 | afe854ce-cb58-4c6a-9ad2-422f2da16bfd | {"states": ["s0", "s1", "s2"], "alphabets": "ab", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s1","s1":"s0","s2":"s0"},"b":{"s0":"s2","s1":"s0","s2":"s1"}} | Given the following FSM transition rules:
( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 )
With the initial state: s0, and accepting states: ['s2'],
What will be the state after reading the following input: a a a a a b b a b | s2 | 9 | 3 | 2 | 3_2 | ( s0 , a , s1 )
( s1 , a , s0 )
( s2 , a , s0 )
( s0 , b , s2 )
( s1 , b , s0 )
( s2 , b , s1 ) |
8cc76063-750b-4bb0-b44e-ba7f685be575 | c1f51975-86d1-4d71-abd8-32b2255e3e44 | {"states": ["s0", "s1", "s4"], "alphabets": "ab", "accepting_states": ["s0", "s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s4","s4":"s1"},"b":{"s0":"s4","s1":"s1","s4":"s1"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 )
With the initial state: s0, and accepting states: ['s0', 's4'],
What will be the state after reading the following input: b | s4 | 1 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 ) |
7046ba51-5adc-449a-b997-4432a5dfb3d0 | c1f51975-86d1-4d71-abd8-32b2255e3e44 | {"states": ["s0", "s1", "s4"], "alphabets": "ab", "accepting_states": ["s0", "s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s4","s4":"s1"},"b":{"s0":"s4","s1":"s1","s4":"s1"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 )
With the initial state: s0, and accepting states: ['s0', 's4'],
What will be the state after reading the following input: b b | s1 | 2 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 ) |
02521a5a-a71c-4c76-8904-6b9b40793e54 | c1f51975-86d1-4d71-abd8-32b2255e3e44 | {"states": ["s0", "s1", "s4"], "alphabets": "ab", "accepting_states": ["s0", "s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s4","s4":"s1"},"b":{"s0":"s4","s1":"s1","s4":"s1"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 )
With the initial state: s0, and accepting states: ['s0', 's4'],
What will be the state after reading the following input: b b a | s4 | 3 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 ) |
a014a5e0-9205-4f30-bbae-0c20fd2ddf4d | c1f51975-86d1-4d71-abd8-32b2255e3e44 | {"states": ["s0", "s1", "s4"], "alphabets": "ab", "accepting_states": ["s0", "s4"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s0", "symbol": "b", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s4"]}, {"fromState": "s1", "symbol": "b", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "a", "toStates": ["s1"]}, {"fromState": "s4", "symbol": "b", "toStates": ["s1"]}]} | 2 | {"a":{"s0":"s0","s1":"s4","s4":"s1"},"b":{"s0":"s4","s1":"s1","s4":"s1"}} | Given the following FSM transition rules:
( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 )
With the initial state: s0, and accepting states: ['s0', 's4'],
What will be the state after reading the following input: b b a a | s1 | 4 | 3 | 2 | 3_2 | ( s0 , a , s0 )
( s1 , a , s4 )
( s4 , a , s1 )
( s0 , b , s4 )
( s1 , b , s1 )
( s4 , b , s1 ) |
Subsets and Splits