javaparsinginfix-notationpostfix-notationpolish

standard java library to validate and convert infix to prefix/postfix notation?


Is there any java utility to validate and/or convert infix to prefix/postfix


Solution

  • A library just for this may be seen as an overkill. Or, as Louis Wasserman points out, it's not a common need.