From bf8054354c0703ba0fe2ea245b6c911a0b93cb55 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Wed, 21 Aug 2024 02:46:20 +0530 Subject: [PATCH] Made several changes to README. - Added description - Added links for unit 1 and unit 2 notes - Added links for insem and endsem question paper folder --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 8dd567b..70020f9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,17 @@ # 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](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Notes/Unit%201%20-%20Formal%20Language%20Theory%20and%20Finite%20Automata) +2. [Unit 2 - Regular Expressions](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Notes/Unit%202%20-%20Regular%20Expressions) + ### Question Papers +- [IN-SEM](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Question%20Papers/IN-SEM) +- [END-SEM](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Question%20Papers/END-SEM) > [Sample IN-SEM Unit Test Paper](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Question%20Papers/TOC%20-%20Unit%20Test%20Sample%20Paper%20%28IN-SEM%2C%202019%20Pattern%29.pdf)