About 19 results
Open links in new tab
  1. pumping lemma: ww^R not regular - Mathematics Stack Exchange

    I'm trying to prove that $L = \ {ww^R : w \in \ {a,b\}^*\}$ ($w^R$ is the reverse of $w$) is not regular using the pumping lemma. Let $p$ be the pumping length and $s ...

  2. Context free grammar: Meaning of notation ww^R

    Aug 22, 2017 · A common example in CFG is the palindrome example. These examples often contain the $\\ ww^R$ notation for the string. An example from my class could be: Strings $\\ …

  3. Construct PDA that accepts the language $L = \ {w_1cw_2 : w_1, …

    This question would have been perfect for the upcoming Computer Science Stack Exchange. So, if you like to have a place for questions like this one, please go ahead and help this proposal …

  4. formal languages - Build a deterministic turing machine to decide …

    Sep 6, 2024 · Are you interested in finding a determistic algorithm to solve the problem? Or do you really need to know a Turing machine specification, with states and transition functions …

  5. formal languages - Pumping lemma, L= {WW^R | W can be {1 ...

    Feb 5, 2019 · im trying to find out, if L is regular or not using pumping lemma. I have L={WW^R | W can be {1}+} So possible strings would be 11, 1111, 111111. In every cases i have googled …

  6. how to determine if a context free language is deterministic or ...

    Jun 9, 2018 · how to determine if a context free language is deterministic or nondeterministic in general to make sure a language is deterministic we can make DPDA for it how can we make …

  7. Proving the language $\ {w \in \ {0, 1\}^ {\ast} : w = w^ {R}$, $|w ...

    Nov 20, 2020 · Start asking to get answers Find the answer to your question by asking. Ask question

  8. computer science - Proving that $\ {ww^rx | w,x \in \ {a,b ...

    Apr 14, 2016 · I've tried several strings, like apbbap a p b b a p that work with the palindrome language (wwr w w r), but the last x∈ {a,b}+ x ∈ {a, b} + makes it harder to prove, because it …

  9. Is it possible to make a PDA for $\ { ww : w \in \ { 0,1 \}^* \}$?

    Consider the language $L = \ { ww : w \in \ { 1,0 \}^* \}$. I know it's easy to make a PDA for $\ { w w^\text {R} : w \in \ { 0,1 \}^* \}$ where $w^ {\text {R}}$ is ...

  10. Prove that $\ {ww^R\#ww^R\}$ is not context free

    Jan 18, 2015 · Start asking to get answers Find the answer to your question by asking. Ask question