Computer Science Fundamentals Algorithms Subjective
Mar 03, 2013

Define a context free grammar.

Detailed Explanation

A context free grammar (CFG) is denoted as G=(V,T,P,S) where V and T are finite set of variables and terminals respectively. V and T are disjoint. P is a finite set of productions each is of the form A->α where A is a variable and α is a string of symbols from (V U T)*.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback