Thread
:
Infix to Postfix
View Single Post
Reply
Posted 2007-03-26, 10:28 PM in reply to
Demosthenes
's post
"Infix to Postfix"
Not that I claim to understand, but:
2 3 5 * 2 6 2 ^ * 4 * 3 2 + 5 * + 6 - - + 1 /
2 (3*5) 2 (6^2) * 4 * (3+2) 5 * + 6 - - + 1 /
2 (3*5) (2*(6^2)) 4 * ((3+2)*5) + 6 - - + 1 /
2 (3*5) ((2*(6^2))*4) ((3+2)*5) + 6 - - + 1 /
2 (3*5) (((2*(6^2))*4)+((3+2)*5)) 6 - - + 1 /
2 (3*5) ((((2*(6^2))*4)+((3+2)*5))-6) - + 1 /
2 ((3*5)-((((2*(6^2))*4)+((3+2)*5))-6)) + 1 /
(2+((3*5)-((((2*(6^2))*4)+((3+2)*5))-6))) 1 /
(2+((3*5)-((((2*(6^2))*4)+((3+2)*5))-6)))/1
(2+3*5-2*6^2*4+(3+2)*5-6)/1
Profile
PM
WWW
Search
WetWired