Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A command line simulator for <b>_Deterministic Finite Automata_</b> (DFA).
* Clone this repository into a folder using <b>git clone</b>.
* Open terminal and compile the _dfa.cpp_ file. (in Linux terminal use, <b>g++ dfa.cpp</b> to compile).
* Run the generated _a.out_ file using <b>./a.out</b>.
* Firstly, you need to configure the DFA.
* Firstly, you need to configure DFA.

## Configuring DFA
* <b>Set of inputs: </b> Firstly, enter number of inputs and then enter all the inputs separated by a space.
Expand Down