This repository is a comprehensive resource for the Theory of Computation (TOC) course under the SPPU 2019 pattern. It covers essential topics such as formal languages, translation logic, and the design of computational models, including Finite Automata, Pushdown Automata, and Turing Machines. You will learn to construct regular expressions, Context Free Grammars, and explore concepts like the Pumping Lemma and NP completeness, equipping them with the theoretical and practical skills needed for effective computational analysis and design.
Go to file
2024-11-22 12:38:33 +05:30
Assignments Added assignment 1 & 2. 2024-08-22 19:42:54 +05:30
Notes Added class presentations and mcqs for unit 4 (pushdown automata). 2024-11-22 12:38:33 +05:30
Question Papers Changed name for 2023 paper, it's actually solved paper of 2022. Apologize for the mistake. 2024-11-22 11:41:15 +05:30
README.md Added link for unit 3 notes. 2024-10-02 15:14:45 +05:30

Theory of Computation (TOC)

This repository is a comprehensive resource for the Theory of Computation (TOC) course under the SPPU 2019 pattern. It covers essential topics such as formal languages, translation logic, and the design of computational models, including Finite Automata, Pushdown Automata, and Turing Machines. You will learn to construct regular expressions, Context Free Grammars, and explore concepts like the Pumping Lemma and NP completeness, equipping them with the theoretical and practical skills needed for effective computational analysis and design.


Index

Notes

  1. Unit 1 - Formal Language Theory and Finite Automata
  2. Unit 2 - Regular Expressions
  3. Unit 3 - Context Free Grammar (CFG) and Context Free Language (CFL)

Assignments

  1. Assignment - 1
  2. Assignment - 2

Question Papers

Sample IN-SEM Unit Test Paper