The __________ running time of CYK is O(n3 .|G|) where n is the length of the parse string and |G| is the size of the context free grammar G.

The __________ running time of CYK is O(n3 .|G|) where n is the length of the parse string and |G| is the size of the context free grammar G. Correct Answer worst

This is the worst case running time of CYK and and this makes it one of the most efficient algorithms for recognizing general context free languages in practice.
Bissoy MCQ

Related Questions