CYK Algorithm
What is a context-free grammar (CFG)?
What is Chomsky Normal Form (CNF)?
What is the purpose of the CYK algorithm?
What is the time complexity of the CYK algorithm?
What is the space complexity of the CYK algorithm?
In the CYK algorithm, what does each cell (i,j) in the table represent?
How do you determine if a string is accepted by the grammar using the CYK algorithm?
What is the first step in the CYK algorithm?
When filling a cell (i,j) in the CYK table, what do we need to consider?