Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 321 Bytes

worksheet7.org

File metadata and controls

11 lines (8 loc) · 321 Bytes

In-Class Worksheet 7: PDAs

Write down pushdown automata for the following languages

  • { w | w ends with 3 1s or starts with 3 0s}
  • { w | w has twice as many 1s as 0s}
  • { 0^n 1^m 2^k | m is greater than n or k}
  • { w | w is an even length palindrome }