This tool dynamically converts a defined NFA (Nondeterministic Finite Automaton) to a DFA (Deterministic Finite Automaton), generates the transition table, and visualizes the graph.
- Converts an NFA to its equivalent DFA.
- Generates and displays the DFA transition table.
- Renders the DFA as an interactive graph.
To run the project, follow these steps:
- Clone Project:
git clone https://github.com/sirridemirtas/nfa-to-dfa-converter.git
- Navigate to the project directory:
cd nfa-to-dfa-converter
- Install the dependencies:
npm install
- Start the development server:
npm run start
- Open your browser and navigate to:
http://localhost:3000