Non-palindromes: Write a context-free grammar for any mix of A's and B's that is not a palindrome. Examples: "baa" should be accepted, "abba" should be rejected.
a. Define the grammar rules
b. Provide examples of valid strings
c. Explain the rejection criteria
d. None of the above