CYK algorithm: Difference between revisions

Content deleted Content added
Line 8:
==The algorithm==
 
The CYK algorithm is a bottom up algorithm and is important theoretically, since it can be used to constructively prove that the membership problem for context-free languages is decidable.
 
The CYK algorithm for the membership problem is as follows: