Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@rahul69-97fAOs • Feb 1, 2013
TheCSGuyOr vice versa? Sometimes? Or it's just never possible? How?
By "reverse" did u meant simple string reverse or something else? Regarding simple string reverse, it is sometimes possible, if the operand string and operator strings are palindrome, and otherwise it is not possible to convert postfix to prefix by simple string reverse.
Eg: infix:a+a postfix:aa+ prefix:+aa ...
Hope it helps! π -
@thecsguy-9H5ctR • Feb 1, 2013
Yeah. Haven't considered such a simple example while thinking.π. My apologies. π
-
@rahul69-97fAOs • Feb 1, 2013
TheCSGuyYeah. Haven't considered such a simple example while thinking.π. My apologies. π
No need to apologize friendπ,We are always here to help each other out!π.