Issues (33)

topics/stack/postfix-to-infix/script.js (1 issue)

Severity
1
const PostfixToInfix = require('./index.js');
0 ignored issues
show
The constant PostfixToInfix seems to be never used. Consider removing it.
Loading history...
2
// put your execution script here
3
// console.log(PostfixToInfix("*a+bc"))
4