WPF Automata Solution contains two projects
- CYKAlgorithmLibrary
- TuringLibrary
- Strenuous Automata
CYKAlgorithmLibrary is developed to solved CYK Algorithm. This can be integrated in .Net application to check whether a string is part of grammar or not. Input must be in Chomsky Normal Form.
For now it only contains the subtraction portion
Strenuous Automata is a WPF Application which integrated the 'CYKAlgorithmLibrary' project and produces results in a right-angled triangle form.