Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 335 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 335 Bytes

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