Discussion

Right most derivation (RMD):

Right most derivation (RMD):

by Md sojib Ali -
Number of replies: 0

Right most derivation (RMD): Rightmost derivation of a string from starting symbol S is done by replacing rightmost non-terminal symbol by RHS of corresponding production rule. For Example: The rightmost derivation of string abab from grammar G above is done as:

S => SS => SaSb => Sab => aSbab => abab