Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ritu-thombre99/cyk-algortihm-to-print-all-possible-parse-trees


https://github.com/ritu-thombre99/cyk-algortihm-to-print-all-possible-parse-trees

cyk cyk-algorithm cyk-chomskynf cyk-parser cyk-to-print-all-possible-trees

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 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.