Skip to content

Commit

Permalink
feat: upd: content
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed Feb 26, 2022
1 parent 4ee6fa4 commit c96289d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@

- [Week 1: Regex, DFA, NFA & Kleene's Theorem](note/Week1.md)
- [Week 2: Equivalence, Minimal, Minimisation Automata & Non-regular Language](note/Week2.md)
- [Week 3: Induction & Context-free Language](note/Week3.md)
4 changes: 2 additions & 2 deletions note/Week3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Week 3:
# Week 3: Induction & Context-free Language

## Induction

Expand Down Expand Up @@ -32,7 +32,7 @@ Let $P\in\mathbb{N}$
*Assume:* $n\in\mathbb{N}$ and $n\geq 0$, $\forall n'\in \mathbb{N},\ n'\in[1, n).\ P(n') \text{ is true}$
*Proof:* $P(n)$ is True.

## Context-Free Language
## Context-free Language

### Definition

Expand Down

0 comments on commit c96289d

Please sign in to comment.