An open API service indexing awesome lists of open source software.

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)

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'