Which among the following best represents the computational complexity of GLR parsing?
A. O(|G| x n)
B. O(|G|2 x n)
C. O(|G| x n2)
D. O(|G|2 x n2)
Answer: Option A
A. O(|G| x n)
B. O(|G|2 x n)
C. O(|G| x n2)
D. O(|G|2 x n2)
Answer: Option A
A. Inorder
B. Preorder
C. Postorder
D. Level-order
Join The Discussion