Cocke–Younger–Kasami algorithm (CFG Recognition CFG Problems)
Revision as of 10:53, 15 February 2023 by Admin (talk | contribs) (Created page with "== Time Complexity == $O(n^{3} * |G|)$ == Space Complexity == $O(n^{2})$ cells (https://core.ac.uk/download/pdf/158319955.pdf) == Description == == Approximate? == Exact == Randomized? == No, deterministic == Model of Computation == Double-tape TM == Year == 1968 == Reference == https://core.ac.uk/download/pdf/158319955.pdf")
Time Complexity
$O(n^{3} * |G|)$
Space Complexity
$O(n^{2})$ cells
(https://core.ac.uk/download/pdf/158319955.pdf)
Description
Approximate?
Exact
Randomized?
No, deterministic
Model of Computation
Double-tape TM
Year
1968