Skip to content

siddhigate/nfa-to-dfa-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFA to DFA Converter

A python program which converts NFA to DFA

Input

This program takes input through an excel file. The excel file (input.xlsx) has 2 worksheets

  1. Sheet 1 has the NFA transition table
  2. Sheet 2 has the following info (i) Number of transitions (ii) Number of states (iii) Final state

Output

The output i.e the DFA transition table is stored in the output excel file (output.xlsx).

About

A python program which converts NFA to DFA

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages