From d07297a5ba5dc7ee6b668e6f91fe57dd944f1a61 Mon Sep 17 00:00:00 2001 From: Kshitij Date: Fri, 22 Nov 2024 12:42:52 +0530 Subject: [PATCH] Locally referencing links in readme instead of full urls. --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ebcdd99..da0d07d 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,17 @@ This repository is a comprehensive resource for the Theory of Computation (TOC) ## 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) -3. [Unit 3 - Context Free Grammar (CFG) and Context Free Language (CFL)](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Notes/Unit%203%20-%20Context%20Free%20Grammar%20%28CFG%29%20and%20Context%20Free%20Language%20%28CFL%29) +1. [Unit 1 - Formal Language Theory and Finite Automata](Notes/Unit%201%20-%20Formal%20Language%20Theory%20and%20Finite%20Automata) +2. [Unit 2 - Regular Expressions](Notes/Unit%202%20-%20Regular%20Expressions) +3. [Unit 3 - Context Free Grammar (CFG) and Context Free Language (CFL)](Notes/Unit%203%20-%20Context%20Free%20Grammar%20%28CFG%29%20and%20Context%20Free%20Language%20%28CFL%29) +4. [Unit 4 - Pushdown Automata (PDA)](Notes/Unit%204%20-%20Pushdown%20Automata%20%28PDA%29) ### Assignments -1. [Assignment - 1](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Assignments/TOC%20-%20Assignment%201.pdf) -2. [Assignment - 2](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Assignments/TOC%20-%20Assignment%202.pdf) +1. [Assignment - 1](Assignments/TOC%20-%20Assignment%201.pdf) +2. [Assignment - 2](Assignments/TOC%20-%20Assignment%202.pdf) ### 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) +- [IN-SEM](Question%20Papers/IN-SEM) +- [END-SEM](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) +> [Sample IN-SEM Unit Test Paper](Question%20Papers/TOC%20-%20Unit%20Test%20Sample%20Paper%20%28IN-SEM%2C%202019%20Pattern%29.pdf)