Update infixToPostFix.md

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

View File

@ -1,7 +1,6 @@
### infixToPostfix
Works perfectly!
(WARNING)! :- Does not handles `unary` operator
```js
const infixToPostfix = expr => {
let rpn = ''