Recent content by abdullahmogha

  1. A

    Challeng in simplifying the Grammer

    challeng ! in simplifying the Grammer It is a challeng grammer 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:
Back
Top