Skip to content

Add DFA-Simulator #2672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add DFA-Simulator #2672

wants to merge 1 commit into from

Conversation

coderatul
Copy link

Pull Request Description:

  • DFA-Simulator - A lightweight simulator for building and testing Deterministic Finite Automata with custom states and inputs.

What is this Python project?

  • This library is awesome because it provides a straightforward way to simulate Deterministic Finite Automata, making it a valuable tool for learning and experimenting with computational theory.

Describe features.

  • user friendly way of adding a Deterministic Finite automata
  • Test whether a string belong to the language of DFA or not

What's the difference between this Python project and similar ones?

  • user firendly way of inputing DFA
  • support for NFA, PDA we'll be added soon in this project

Enumerate comparisons.

--

Anyone who agrees with this pull request could submit an Approve review to it.

Pull Request Description:

- This library is awesome because it provides a straightforward way to simulate Deterministic Finite Automata, making it a valuable tool for learning and experimenting with computational theory.

- [DFA-Simulator](https://github.com/coderatul/DFA-Simulator) - A lightweight simulator for building and testing Deterministic Finite Automata with custom states and inputs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant