Skip to content

Commit 7b3cc4a

Browse files
authored
Update README.md
1 parent 843c3b6 commit 7b3cc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
## Challenge#1- Perfix Notation
55
#### Write a function that evaluates an expression written in Prefix Notiation and returrns a value
6-
** Problem Statement:
6+
_ Problem Statement:
77
Prefix notation (also known as polish notation) is an alternative to the more familier infix notation.
88

99
In infix notation, operators(add,multiply,etc) are written between their operands(number, variables, or sub-expression).

0 commit comments

Comments
 (0)