Discussion

Right most derivation (RMD):

Right most derivation (RMD):

by Tamal Malakar(213-15-4611) -
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