International Journal of Computer Applications |
Foundation of Computer Science (FCS), NY, USA |
Volume 94 - Number 1 |
Year of Publication: 2014 |
Authors: Dipanshu Rastogi, Ravinder Singh |
10.5120/16311-5540 |
Dipanshu Rastogi, Ravinder Singh . Technique to Remove Indistinguishable State with Unreachable State and Dead State from Deterministic Finite Automata. International Journal of Computer Applications. 94, 1 ( May 2014), 35-40. DOI=10.5120/16311-5540
This paper presents a new technique for efficiently calculating and remove indistinguishable states in finite-state automata. A central problem in automata theory is to minimize a given Deterministic Finite Automaton (DFA). DFA minimization is an important topic because it can be applied both theoretically and practically, in for instance compilers. Minimizing a DFA increases its efficiency by reducing its amount of states and it also enables us to determine if two DFAs are equivalent. A DFA(deterministic finite automata) have some redundant state that means this type of state doesn't participant for generating useful strings. And these types of state are called dead state, unreachable state or indistinguishable state. In deterministic finite automata, it is not easy to determine dead state, unreachable state or inaccessible state and it is necessary for removing unreachable state and dead state from DFA(deterministic finite automata). And removing unreachable state and dead state from deterministic finite automata is very necessary to generating useful string. We can generate minimize deterministic finite automata after removing unreachable state, dead state and indistinguishable state. But it is very difficult to removing these type of state from DFA. Then first we will choose useful state. This paper also explaining about how useful automata package simulator and java formal languages for new technique.