Added link for unit 3 notes.

This commit is contained in:
K 2024-10-02 15:14:45 +05:30
parent 4a8ce7d4af
commit a4254c64c1
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -9,6 +9,7 @@ This repository is a comprehensive resource for the Theory of Computation (TOC)
### 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)
### Assignments
1. [Assignment - 1](https://git.kska.io/sppu-te-comp-content/TheoryOfComputation/src/branch/main/Assignments/TOC%20-%20Assignment%201.pdf)