Recent content by abdullahmogha

  1. A

    Undergrad Challeng in simplifying the Grammer

    challeng ! in simplifying the grammar It is a challeng grammar to be simplified by removing all useless, unit, and epsilon (empty string)-productions: S -> abAB |CD A -> aBA |epsilon (empty string) B -> ABb |A |epsilon (empty string) C -> bb |CD D -> bD if no one answer it :smile: