https://github.com/yousryessam/deterministic-finite-automata
Implementation to solve any DAF machine that user input and determine if string accepted or not also detect dead states
https://github.com/yousryessam/deterministic-finite-automata
cpp finite-state-machine state-machine
Last synced: about 1 month ago
JSON representation
Implementation to solve any DAF machine that user input and determine if string accepted or not also detect dead states
- Host: GitHub
- URL: https://github.com/yousryessam/deterministic-finite-automata
- Owner: YousryEssam
- License: apache-2.0
- Created: 2023-01-01T18:09:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T18:10:47.000Z (over 3 years ago)
- Last Synced: 2025-12-02T07:46:37.230Z (8 months ago)
- Topics: cpp, finite-state-machine, state-machine
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deterministic-Finite-Automata
Implementation to solve any DAF machine that user input and determine if string accepted or not also detect dead states