CYK algorithm: Difference between revisions

Content deleted Content added
m I think this is the more conventional term
No edit summary
Line 18:
::::For each production R<sub>A</sub> -> R<sub>B</sub> R<sub>C</sub>
:::::If P[j,k,B] and P[j+k,i-k,C] then set P[j,i,A] = true
:If RP[1,n,1] is true
::Then string is member of language
::Else string is not member of language