Grading Notes:

Recall that a palindrome is a word that is the same written forward or backwards (i.e. wR = w).
  1. Show that the language of all palindromes over {0,1} is not a regular language.
  2. Show that the language of all palindromes over {0,1} is a context-free language.
  3. Show that the language of all palindromes over {0,1} containing an equal number of 0's and 1's is not a context-free language.