Steps to draw a DFA (or NFA) from a simple statement?...
Read MoreTheory of computer science problems...
Read MoreState diagram of DFA with 5 states...
Read MoreConversion of NFA having a missing transition for any input character on initial state to DFA...
Read MoreAutomata theory: Formal definition of indistinguishable & distinguishable strings and example co...
Read MoreDFA- Set of all strings whose 10th symbol from the right end is 1...
Read MoreNFA or DFA accepting # of positions of 4k between 0's...
Read MoreWhy do we use pumping lemma to prove the non-regularity of languages? WHY?...
Read Morecan a DFA have an arrow with empty string as input?...
Read MoreWhy L={wxw^R| w, x belongs to {a,b}^+ } is a regular language...
Read MoreHow to convert NFA to Regular Expression...
Read MoreCan all context free grammars be converted to NFA/DFA?...
Read MoreNFA to DFA conversion = deterministic?...
Read MoreNFA that does not accept strings ending "101"...
Read MoreWhat will be the e-closure(r) in following NFA...
Read MoreHow to apply Kleene star on automata?...
Read MoreWhen minimizing DFAs through table fill, should a pair of final states transition to a final/undeter...
Read MoreHow to find the intersection of two NFA...
Read MoreLibrary to check if two regular expressions are equal/isomorphic...
Read MoreCSS "escape" syntax diagram confusion...
Read MoreDefining a graph node variant with cycles in OCaml...
Read MoreEfficient (basic) regular expression implementation for streaming data...
Read MoreIs this NFA correctly accepting inputs that end with a 00?...
Read MoreIn Non-Deterministic Finite Automata (NFA), how is the next branch/transition selected when there ar...
Read MoreBuild an FA that accepts only the words baa, ab, and abb and no other strings longer or shorter...
Read MoreHow to Convert an NFA Diagram to a Regular Expression?...
Read More