I have to convert..
X=A+((B+C)*D)-E
to reverse polish notation
I think it's...
BC+D*A+E-
Is this correct?
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: Infix to Reverse Polish notationThreaded View
|
Click Here to Expand Forum to Full Width |