List Question
10 TechQA 2024-11-20 08:58:58i want dfa that accept string of{a,b,c} that starting with a and ending with c and have even no. of b
2.7k views
Asked by Umesh Jesadiya
Converting DFA to RE
1.3k views
Asked by SSH
Designing a DFA (alphabet 'a' and 'b') : The number of 'a' in the string must be a multiple of 3, and the string does not contain 'aba'
2.3k views
Asked by Dang Manh Truong
Does there exist a TM for all countable languages?
973 views
Asked by Þorvaldur Rúnarsson
How to find useless states in a finite state machine Prolog
430 views
Asked by ditmark12
Can a RegEx with negative lookahead be represented as a finite automaton?
1.5k views
Asked by Brent
Can final and non-final states having identical configurations be merged together in a minimal DFA?
635 views
Asked by C_beginner
automata theorem: existance of a DFA
210 views
Asked by OmriSoudry
Shortest regex for binary number with even number of 0s or odd number of 1s
38.5k views
Asked by user3085290
Coding a propositional logic parser by hand
1.8k views
Asked by Wyvern666