Skip to content

iamareebjamal/nfa-dfa-coverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFA to DFA Converter

Codacy Badge License

A C++ program to convert NFA to DFA

Working

Reads the epsilon NFA 5 tuple < Q, E, T, q0, F > from a txt file and outputs the corresponding DFA to another txt file.
All the transitions possible according to states Q and alphabet E should be in the text file.

Project

Author : @iamareebjamal
License : Apache 2.0

About

A C++ program to convert NFA to DFA

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published