Update infixToPostFix.md
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
### infixToPostfix
|
### infixToPostfix
|
||||||
|
|
||||||
Works perfectly!
|
(WARNING)! :- Does not handles `unary` operator
|
||||||
|
|
||||||
```js
|
```js
|
||||||
const infixToPostfix = expr => {
|
const infixToPostfix = expr => {
|
||||||
let rpn = ''
|
let rpn = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user