mphan8058 mphan8058 07-06-2024 Engineering Answered Apply the CYK algorithm to decide if the strings belong to the L(G) language. It first transforms the grammar to an equivalent Chomsky Normal Form.G1: w1 = 1010 w2 = 001S -> S01 | A | ABA-> 1A0 | S | εB -> 1CC -> 0C | 0 | ε