Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implementation of a DFA in C++. The program can read, show, minimize and export a DFA. Besides, it can show the dead states and analyze a string to see if it belongs to the DFA.

License

NotificationsYou must be signed in to change notification settings

angeligareta/deterministic-finite-automaton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of a DFA in C++. It is a finite-state machine that accepts and rejects stringsof symbols and only produces a unique computation of the automaton for each input string.

The program can read, show, minimize and export a DFA. Besides it can show the dead states and analyze astring to see if it belongs to the DFA.

Author

Ángel Luis Igareta Herráiz

INDEX

Usage

To start the program first you have to compile the source with MakeFile. After that you can start it executing:

.bin/dfa

Once the program is started it will show a menu with 6 options:

⬤ Option 0: Exit⬤ Option 1: Read DFA ⬤ Option 2: Show DFA⬤ Option 3: Show death states⬤ Option 4: Analyze string⬤ Option 5: Minimize DFA⬤ Option 6: Export DFA

Finally in the test folder there is an example of DFA syntax.

License

The Mit License.

About

Implementation of a DFA in C++. The program can read, show, minimize and export a DFA. Besides, it can show the dead states and analyze a string to see if it belongs to the DFA.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp