Can I use stack in Turing Machine?...
Read MoreConvert regular expression to CFG...
Read MoreUsing regular expressions check if a particular segment exist in a given string...
Read MoreHow to work with weighted automata dataset for Keras Regression...
Read MorePlotting Automata Grid Iterations in R...
Read MoreDesign a PDA of all strings of 0's and 1's that are not of the form ww^R...
Read MoreIs it possible for a computer to "learn" a regular expression by user-provided examples?...
Read MoreDFA that will accepts the string having odd number of 1's and odd number of 0's...
Read MoreUse the pumping lemma to show that the following languages are not regular languages L = {anbm | n =...
Read MoreDeterministic finite automata - state diagram...
Read MoreSimplify Regular Expression, Automata Theory...
Read MoreWhat will be the e-closure(r) in following NFA...
Read MoreHow to find longest accepted word by automata?...
Read MoreHow to apply Kleene star on automata?...
Read MoreConstruct Deterministic Accepter for binary string containing at any position...
Read MoreIn Context Free Grammer, do we replace all variable during a substitution? or can we apply substitut...
Read MoreWhen to use Ø for states in DFA / NFA...
Read MoreWhen minimizing DFAs through table fill, should a pair of final states transition to a final/undeter...
Read MoreHow do I see that there is a conflict in the LR(0) items automata?...
Read MoreWhat is the point of the 4 grammars specified in Chomsky hierarchy?...
Read MoreCheck whether it accepts a finite determinant automaton at least one word of length k, if so - print...
Read MoreDoes aabbabb belong to the regular expression ((a*| b*)bb)*?...
Read MoreAre there any steps or rules to draw a DFA?...
Read MoreCan a DFA have epsilon/lambda transitions?...
Read MoreHow to convert nested function call tree to state machine?...
Read MoreHow to implement a basic iterative pushdown automaton parsing algorithm with literal states and tran...
Read More