query_id
stringlengths
36
36
fsm_id
stringlengths
36
36
fsm_json
stringlengths
160
2.88k
difficulty_level
int64
1
3
transition_matrix
stringlengths
17
517
query
stringlengths
101
358
answer
stringclasses
13 values
substring_index
int64
1
29
2836adba-6e5f-4f32-af1c-33368bc6f2be
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: a?
s9
1
ea8b3194-604d-4dd0-a480-c8364ce4bfe5
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aa?
s3
2
4b115236-8772-421b-9f31-9a5bab894a2b
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaa?
s9
3
a6a385c0-3910-43ed-a0cf-5df131e806e4
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaa?
s3
4
ec47aa8d-4733-41b8-b879-6a75a8aa4fa7
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaa?
s9
5
f2ab2781-bb41-4bba-941c-08f1745cfc76
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaa?
s3
6
0490d7a6-4781-490a-a7ae-363270201c80
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaa?
s9
7
f96775bb-d450-4901-928d-5b1c878de67e
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaa?
s3
8
e56ef87a-c9ee-493a-b589-c57732caa31f
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaa?
s9
9
ecc57b43-ad03-49b1-a39d-cd5e2ae3a4ed
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaa?
s3
10
77f0d497-5ffc-4ff4-935a-ac7c6ce91ec8
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaa?
s9
11
f6869f73-520b-4a94-8e5a-6b1a294fe6a5
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaa?
s3
12
9abfbefc-69d3-43b9-8d99-b0a69aab8ec2
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaa?
s9
13
3abcc906-7ad9-4a56-a5f9-39d5449ed736
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s3
14
46c84970-8f36-4ced-9676-b075147db91d
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s9
15
e49fa47c-bae6-46a5-99a9-5354d3fc48eb
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s3
16
a010a666-7e95-4a56-b5c8-1f8e9685805c
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s9
17
c38f45fa-e9d6-4fb0-a21b-a51955700107
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s3
18
5e42ee52-bb42-4d82-8332-5bc1c77db499
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s9
19
f44be4fb-1613-4444-9e8d-164da2e55dd5
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s3
20
a486187e-0b40-45a6-8308-42e4d85d79eb
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s9
21
d7e3c9a8-e738-40d3-8d88-dadad01d3720
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s3
22
ba64df61-2631-4af6-806d-61afe72f0939
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s9
23
79b38a74-a8c1-4f63-8cec-6ba6cde9400d
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s3
24
ec8884df-3228-45a3-b2bb-cd643f1545e8
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s9
25
3fccfd15-c611-4dbd-9d70-453a0efb0ee9
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s3
26
68793967-14f2-4075-8521-42baa8834ae8
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s9
27
b39888bb-6b35-469b-8be5-25501d1c23c6
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s3
28
50e19b1b-e5ae-4baf-9204-44917175625e
01ba6e8f-07ca-4bbc-afc0-2841619af8e5
{"states": ["s0", "s3", "s9"], "alphabets": "a", "accepting_states": ["s3", "s0", "s9"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s3", "symbol": "a", "toStates": ["s9"]}, {"fromState": "s9", "symbol": "a", "toStates": ["s3"]}]}
3
{"a":{"s0":"s9","s3":"s9","s9":"s3"}}
Given the following FSM: a s0 s9 s3 s9 s9 s3 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s9
29
2e16bb84-03b0-443b-8cda-3da0ca793c89
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: a?
s0
1
96cea328-65d2-4cb8-b5e3-1ebac5c92552
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aa?
s0
2
54006dc0-b356-4889-95c3-1e4dfcdcd0e6
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaa?
s0
3
6442d799-ed31-4ee8-a21b-db7d2bc4e681
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaa?
s0
4
376a5549-46ac-4427-8910-80356356e835
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaa?
s0
5
8307d567-3709-44cb-8afb-64b087d52023
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaa?
s0
6
22ebb521-0937-40f2-a7b5-b7fcc98bf7b9
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaa?
s0
7
42b74638-891d-435e-ab96-cc5cc74a5308
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaa?
s0
8
a508f639-e0f2-4979-9468-1a96ed2008c1
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaa?
s0
9
ff6b3515-eb79-456f-9bbc-d4e71697b89d
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaa?
s0
10
27cc24d0-61f1-4993-8667-3ff226e3baaf
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaa?
s0
11
a9f2b103-e456-4291-a912-f71ac95d8859
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaa?
s0
12
433e8996-4436-4e28-8b84-eb57c1e793b9
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaa?
s0
13
a38b4b80-5091-49b7-b28d-78005fa97f86
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s0
14
17cab0cf-24ab-4275-93ab-8e6c6443571c
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s0
15
3ffc0230-0f9c-4a4e-841c-3ee82cfc00e3
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s0
16
ccd2e89a-f7ba-4f45-9a34-7f50773c4220
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s0
17
6307543e-1e7f-4424-ac85-61f70d6ac792
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s0
18
298c9f8b-25f3-4f3e-8b45-828b15f1a549
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s0
19
879ccdc9-3c56-4cc9-bef6-2332a33583f0
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s0
20
ee7f5c61-ff61-4f0d-ad63-54ba46240736
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s0
21
4ac00bc8-ada2-49fb-8e76-2b76e69f1774
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s0
22
f2edeaec-e52e-4c25-a6ab-509a978151bd
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s0
23
67205c39-54ce-4a67-b16b-d82be5874530
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s0
24
b9932062-81e6-4120-8932-a3f28ae5b177
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s0
25
aa72b373-932a-43a7-9e1f-af336e794f38
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
26
0103f5e2-1f85-489a-a07e-eedfd9e0da60
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
27
52312b7b-0028-48dd-b91a-b1ebbdb24993
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
28
ed1f24a6-138e-461c-a8ec-612b64eb0191
bdaeeeb5-4f22-4b7d-b9c1-6b908fc12235
{"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 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s0
29
0d97bb8b-b343-4c96-a78e-90005a10f043
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: a?
s2
1
74b7d849-5cc7-401d-80b9-4141648de53c
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aa?
s2
2
a91ed7db-bd4b-4d00-bb80-f2c04f711dca
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaa?
s2
3
ede371b2-6047-4ba2-b05e-f0a8810699a4
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaa?
s2
4
4417dadf-6e84-4e2f-b1e9-f8071d2cb762
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaa?
s2
5
24d93b5d-7bb0-4704-80e5-be79caeeaecf
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaa?
s2
6
f6aed72f-e782-46f6-a2c6-31f35844f9d0
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaa?
s2
7
19e8ecf1-0e11-4e5b-a051-f4956e99cfd5
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaa?
s2
8
6668410d-28be-4c6e-a7ef-e771c429b5c8
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaa?
s2
9
2b6dab88-cad1-4313-ae9c-a894c8d83ff3
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaa?
s2
10
60d88d88-d5fd-4f1c-8372-e9cb537e955f
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaa?
s2
11
95825fd3-a00e-49ff-abd5-a535613f0f51
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaa?
s2
12
acf94dcc-24ae-4079-996c-b768657e1248
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaa?
s2
13
08f15908-4f98-4599-a418-31113f4d9cb3
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaa?
s2
14
3595d92c-337e-4b15-a02e-bb3fa8592a4d
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaa?
s2
15
50164d8e-5e61-427c-abb3-6fce401e2aa0
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaa?
s2
16
22019a9e-ac84-4362-a96b-1ba0a9dd71c0
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaa?
s2
17
f8a3a5cd-3476-46bc-a2de-f97ee8661f96
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaa?
s2
18
f9da48ed-320c-4a8b-a8f0-0511c0179f01
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaa?
s2
19
17e59444-a59b-47ad-b31c-688fcd43aa49
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaa?
s2
20
c50ecac3-38c0-4659-a46a-fca6c2c8e63c
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaa?
s2
21
0c0e6e9e-7d25-4759-9ba2-c33436b1cc54
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaa?
s2
22
db43e7b1-5398-4e4e-8fdc-14c2023c041b
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaa?
s2
23
2165fbf1-b4f5-416d-b7fd-af2cc02b3a12
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaa?
s2
24
cc127b55-f339-461f-a23c-600f0f57d389
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaa?
s2
25
4073413e-9bba-4d1a-bd7e-261d09b43798
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
26
63ce258b-d208-4ab8-85c3-b01d2ff64f50
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
27
68bada36-8e8b-4d62-8cf3-5b162cc6d9f3
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
28
d0d90cb8-b3b4-4169-b083-5b6add2293ad
7ebffd2b-9da2-411d-9042-32cc4bfa9543
{"states": ["s0", "s2"], "alphabets": "a", "accepting_states": ["s2"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s2"]}]}
1
{"a":{"s0":"s2","s2":"s2"}}
Given the following FSM: a s0 s2 s2 s2 What will be the state after reading the following input: aaaaaaaaaaaaaaaaaaaaaaaaaaaaa?
s2
29
c0ade2e6-f978-4ba3-ac37-d126f2eee2fc
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: a?
s2
1
46080322-aee0-4ce1-86da-2a1091ceb76d
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aa?
s5
2
f2a8dd10-3620-4033-b167-9470ac4f03cc
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaa?
s1
3
4020f168-19db-45eb-bc34-8ee698ee5fd4
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaa?
s0
4
6e35e361-405d-409d-9896-e53eaae04a20
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaa?
s2
5
21787815-c64d-422b-8d00-b25f0f3bf219
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaa?
s5
6
485af959-5a82-43a7-8140-a2ad83580000
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaaa?
s1
7
a7b1e5b6-6204-4e94-80e2-aad6a21c7e4f
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaaaa?
s0
8
7c6cdfed-3558-45cb-b3e7-02ade4d1aac4
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaaaaa?
s2
9
f954e158-934f-4352-9136-cedb4bbd64cb
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaaaaaa?
s5
10
8dec2612-d8e8-4a96-9390-8033e11aeacf
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaaaaaaa?
s1
11
6c2078e7-8884-4c37-a553-f2e5601d30ac
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaaaaaaaa?
s0
12
46f12a8d-a79a-4a0a-8722-c4aa8c649ccc
719261c5-09d2-4cf4-ba13-0a3be3d25d94
{"states": ["s0", "s1", "s2", "s5"], "alphabets": "a", "accepting_states": ["s5", "s2", "s0"], "initial_state": "s0", "transitions": [{"fromState": "s0", "symbol": "a", "toStates": ["s2"]}, {"fromState": "s1", "symbol": "a", "toStates": ["s0"]}, {"fromState": "s2", "symbol": "a", "toStates": ["s5"]}, {"fromState": "s5", "symbol": "a", "toStates": ["s1"]}]}
2
{"a":{"s0":"s2","s1":"s0","s2":"s5","s5":"s1"}}
Given the following FSM: a s0 s2 s1 s0 s2 s5 s5 s1 What will be the state after reading the following input: aaaaaaaaaaaaa?
s2
13
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card