University Project - Regular expression (RE) into Deterministic Finite Automaton (DFA) in Java

Description:

Program that convert regular expression(RE) into Deterministic Finite Automaton(DFA)

Explanation: 

Input : 

Regular expression .

Output :

DFA as

  • Set of states .
  • Initial state .
  • Accepting state .
  • Transition table.
  • Input alphabet .
The output should be represented DFA as a transition. And the input should be free for the user as the binary alphabet of a regular expression or alphabet of a,b,c both alphabets .

Documentation:

Also, prepare the documentation for the project. Note the document should contain theoretical background and the design and implementation of the project. Also, should contain all the details about the project such as main data structures, main components of the algorithm, design interface, the input, the output, etc .

Buy now

CONTACT DETAILS

For any other questions or other tasks please feel free to contact me
via email: mhassnainjamil@gmail.com
via WhatsApp: +92-324-7042178
via skype: hassnainjamil1

Comments

Popular posts from this blog

[SOLVED] Tape for a Turing Machine using Doubly-linked List in Java with full source code

[SOLVED] Branch Coverage, Statement Coverage and Path Coverage | Java Unit Testing

[SOLVED] Buggy Search And Sort Buy Reporting with Java source code