retagged by
469 views
0 votes
0 votes
If CYK algorithm is "universal", then why its used only for CNF? Or if this question is wrong in someway... What exactly "universal" means here?
retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
1
admin asked Mar 30, 2020
1,689 views
Let $n$ is the length of string to test for membership, then the number of table entry in CYK algorithm is$n(n+1)$$n^2+1$$n^2-1$$n(n+1)/2$
1 votes
1 votes
0 answers
2
4 votes
4 votes
1 answer
3
Shefali asked Nov 8, 2015
1,651 views
1 votes
1 votes
2 answers
4
Sanjay Sharma asked May 17, 2016
2,875 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