mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-07 03:07:46 +08:00
Fix some typos (#6113)
* Fix some typos. * Update volume.py Co-authored-by: John Law <johnlaw.po@gmail.com>
This commit is contained in:
@ -10,7 +10,7 @@ such as: (5 + ((4 * 2) * (2 + 3)))
|
||||
|
||||
THESE ARE THE ALGORITHM'S RULES:
|
||||
RULE 1: Scan the expression from left to right. When an operand is encountered,
|
||||
push it onto the the operand stack.
|
||||
push it onto the operand stack.
|
||||
|
||||
RULE 2: When an operator is encountered in the expression,
|
||||
push it onto the operator stack.
|
||||
|
Reference in New Issue
Block a user