Skip to content

Category Archives: Theory of Computation

Noam Chomsky has divided grammar into four types : Type Name 0 Unrestricted Grammar 1 Context Sensitive Grammar 2 Context Free Grammar 3 Regular Grammar… Read More
Given a string S that represents an integer, the task is to check if the given string S represents an unsigned integer or not by… Read More
We know about Decidable, Semi-decidable, and Undecidable problems and in this article, we will briefly define these problems and provide the most commonly asked questions… Read More
In Automata theory, Finite Automata can be classified into three types- DFA NFA ∈-NFA ∈ means an empty input. That means the automaton can change… Read More
Finite Automata can be classified into three types-  DFA NFA ∈-NFA. The only difference between ∈-NFA and NFA is that ∈-NFA has a different transition… Read More
History :In 1960, associate degree automaton model was introduced by Myhill and these days this automation model is understood as deterministic linear bounded automaton. After… Read More
Regular grammar is a type of grammar that describes a regular language. A regular grammar is a mathematical object, G, which consists of four components,… Read More
Given a string S, the task is to design a Deterministic Finite Automata (DFA) for accepting the language L = C (A + B)+. If… Read More
Prerequisite – Theory of Computation Grammar :It is a finite set of formal rules for generating syntactically correct sentences or meaningful correct sentences. Constitute Of… Read More
Epsilon NFA is a part of Finite Automata. ∈ is a symbol that represents empty inputs. ∈-NFA is the representation that allows an automaton to… Read More
∈-NFA is a part of Finite Automata. ∈ is a symbol that represents empty inputs. ∈-NFA is the representation that allows an automaton to change… Read More
Non-Deterministic Finite Automata and ∈-Non-Deterministic Finite Automata are almost the same except for their transition function and there are a few special rules for construction… Read More
Prerequisite: Finite Automata Given a string S of size N, the task is to design a Deterministic Finite Automata (DFA) for accepting the language L… Read More
Non-Deterministic Finite Automata and ∈-Non-Deterministic Finite Automata are almost the same except for their transition function and there are a few special rules for construction… Read More
Broad Overview : Complexity theory, in a nutshell, a complexity word is a quite fancy word, literally, it sounds complex, but it is not an… Read More