Skip to content

Commit 87bc5dc

Browse files
authored
Update README.md
1 parent 44e038a commit 87bc5dc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ The first project is a simple calculator.
1010
It consists of three main stages:
1111

1212
1. **Tokenization** — the calculator parses a math expression into tokens (numbers, operators, brackets, etc.).
13-
2. **Conversion to Reverse Polish Notation (RPN)** — using the Shunting Yard algorithm.
14-
3. **Evaluation** — the calculator evaluates the expression in RPN form.
13+
2. **Math expession parse** - Analyzes and transform a sequence of tokens.
14+
3. **Conversion to Reverse Polish Notation (RPN)** — using the Shunting Yard algorithm.
15+
4. **Evaluation** — the calculator evaluates the expression in RPN form.
1516

1617
---
1718

0 commit comments

Comments
 (0)