retagged by
1,112 views

1 Answer

Best answer
4 votes
4 votes
CYK algorithm is a dynamic programming method of order O(n^3)  to find the membership property of CFG.
selected by

Related questions

1 votes
1 votes
0 answers
1
4 votes
4 votes
1 answer
2
Shefali asked Nov 8, 2015
1,647 views
1 votes
1 votes
2 answers
3
Sanjay Sharma asked May 17, 2016
2,867 views
what is CYK algo and use the CYK algo to determine whether the strings aabb,aabba,abbbb are in the language generated by following grammarS->ABA->BB|aB->AB|b