Skip to content

CYK algorithm for string acceptance

Latest
Compare
Choose a tag to compare
@priyanshbrannen priyanshbrannen released this 17 Mar 19:49
· 1 commit to master since this release
1745118

This is the Java implementation of the CYK Algorithm for checking the acceptance of a string by the given Context Free Grammar.
In this version, the Grammar and the entered string are both static and hardcoded.