Theory Of Computation PDF
Document Details
Uploaded by ImprovingOlivine663
Rajiv Gandhi Proudyogiki Vishwavidyalaya
Tags
Summary
This document is a set of notes on the Theory of Computation, a fundamental computer science subject. It covers topics such as finite automata, regular grammars, context-free grammars, and Turing machines, providing definitions, examples, and problems.
Full Transcript
SAM Global University Raisen M.P Department Of Computer Science Theory Of Computation UNIT 1: Introduction of the theory of computation, Finite state automata – description of finite automata, properties of tran...
SAM Global University Raisen M.P Department Of Computer Science Theory Of Computation UNIT 1: Introduction of the theory of computation, Finite state automata – description of finite automata, properties of transition functions, Transition graph, designing finite automata, FSM, DFA, NFA, 2-way finite automata, equivalence of NFA and DFA, Mealy and Moore machines. UNIT 2: Regular grammars, regular expressions, regular sets, closure properties of regular grammars, Arden’s theorem, Myhill-Nerode theorem, pumping lemma for regular languages, Application of pumping lemma, applications of finite automata, minimization of FSA. UNIT 3: Introduction of Context-Free Grammar - derivation trees, ambiguity, simplification of CFGs, normal forms of CFGs- Chomsky Normal Form and Greibach Normal forms, pumping lemma for CFLs, decision algorithms for CFGs, designing CFGs, Closure properties of CFL’s. UNIT 4: Introduction of PDA, formal definition, closure property of PDA, examples of PDA, Deterministic Pushdown Automata, NPDA, conversion PDA to CFG, conversion CFG to PDA. UNIT 5: Turing machines - basics and formal definition, language acceptability by TM, examples of TM, variants of TMs – multitape TM, NDTM, Universal Turing Machine, offline TMs, equivalence of single tape and multitape TMs. Recursive and recursively enumerable languages, decidable and undecidable problems – examples, halting problem, reducibility. Introduction of P, NP, NP complete, NP hard problems and Examples of these problems.