Update infixToPostFix.md

This commit is contained in:
Rohit Tanwar
2018-01-02 21:53:59 +05:30
committed by GitHub
parent 1ef6792a9f
commit 181ace26e2

View File

@ -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 = ''