Issues (33)

topics/stack/prefix-to-postfix/script.js (2 issues)

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