List Question
10 TechQA 2024-11-04 16:08:54i want dfa that accept string of{a,b,c} that starting with a and ending with c and have even no. of b
2.8k 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.4k views
Asked by Dang Manh Truong
Does there exist a TM for all countable languages?
1k views
Asked by Þorvaldur Rúnarsson
How to find useless states in a finite state machine Prolog
456 views
Asked by ditmark12
Can a RegEx with negative lookahead be represented as a finite automaton?
1.6k views
Asked by Brent
Can final and non-final states having identical configurations be merged together in a minimal DFA?
676 views
Asked by C_beginner
automata theorem: existance of a DFA
248 views
Asked by OmriSoudry
Shortest regex for binary number with even number of 0s or odd number of 1s
38.6k views
Asked by user3085290
Coding a propositional logic parser by hand
1.8k views
Asked by Wyvern666