Finite Automata Simulator
MIT License © 2020 Mohammad Imam Hossain | Email: imambuet11@gmail.com | All Rights Reserved
Formal Definition
States, Q |
{ }
|
Alphabet, Σ |
{ }
|
Transition Function, δ
|
For DFA, δ : Q x Σ → Q
For NFA, δ : Q x Σε → P(Q)
|
Start State, q0 ∈ Q |
|
Final States, F ⊆ Q |
{ }
|
Transition Table
MIT License © 2020 Mohammad Imam Hossain | Email: imambuet11@gmail.com | All Rights Reserved