https://github.com/joneshshrestha/dfa
DFA (Deterministic Finite Automata)
https://github.com/joneshshrestha/dfa
c deterministic-finite-automata dfa theory-of-computation
Last synced: 18 days ago
JSON representation
DFA (Deterministic Finite Automata)
- Host: GitHub
- URL: https://github.com/joneshshrestha/dfa
- Owner: joneshshrestha
- License: mit
- Created: 2018-05-21T07:47:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T02:34:23.000Z (almost 7 years ago)
- Last Synced: 2025-02-27T05:52:15.694Z (over 1 year ago)
- Topics: c, deterministic-finite-automata, dfa, theory-of-computation
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DFA [Theory Of Computation]
∑ = {0, 1} accepting string :
- [x] starting with 1 and end with 0
- [x] starting with 01
- [x] with even number of 0's
∑ = {a, b} accepting string :
- [x] starting and ending with 'a'