CYK algorithm: Difference between revisions

Content deleted Content added
m Initial stub
 
No edit summary
Line 1:
'''Cocke-Younger-Kasami algorithm''' is an example of [[dynamic programming]]. Its purpose is to efficiently parse a string belonging to nondeterministica [[context-free grammar]]. The [[Chomsky Normal Form]] of the grammar is used for this purpose.
 
:''we need the runtime and a description of the algorithm''