Skip to content

vggajam/CYK-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CYK-algorithm

implemented in c++ using libraries..
INPUT: productions(present in cyk_algo.in), input string
OUTPUT: precessing table and result(=whether the input string is part of the language or not)
Reference: Wikipedia - CYK_algorithm

About

implemented in c++ using libraries..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages