Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 218 Bytes

File metadata and controls

4 lines (4 loc) · 218 Bytes

CYK-algortihm-to-print-all-possible-parse-trees

C++ STL library used. Unordered multimap used for implementing CFG which was taken as input from user. Unordered map with binary tree was used to implement CYK table.