Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 360 Bytes

worksheet8.org

File metadata and controls

10 lines (7 loc) · 360 Bytes

In-Class Worksheet 8: Context-Free Pumping Lemma

Try to prove, using the context-free pumping lemma, that the following languages are not context-free.

  • { wwRw | w ∈ {0,1}^* }
  • {m+n=p | where m,n,p are binary strings and m + n = p as numbers}
  • { 02^n | n ≥ 0} (this one is a bit tricky)