infix-to-postfix-notation

1.0.2 • Public • Published

Postfix notation converter

Install

npm install --save infix-to-postfix-notation

Usage

var PostfixNotationConverter = require("infix-to-postfix-notation");
    PostfixNotationConverter.convertToPostfixNotation("((1*(2+3))/4)");    // 123+*4/
Enjoy!

Package Sidebar

Install

npm i infix-to-postfix-notation

Weekly Downloads

1

Version

1.0.2

License

MIT

Last publish

Collaborators

  • mongreldog