Featured
-
No Featured Found!
Tags
Can I Alter Postfix Notation to Prefix Notation with Small Tweak in C++
Preferred language using C++//
Basically the expression below has been converted into a C++ postfix expression. Now i need to reckon the result.
I used deque somehow, instead of stack, because i tried using stack and it didn't seem to w...