Thursday, November 11, 2010

Infix to Postfix Conversion Using Java


Hey, guys! Yeah, I just wanna share my knowledge even NOW I'm still bustling with my Mid Semester Test! Ummh, where should I start? Okay, firstly you have to understand what infix and postfix are. Well, just read here and here. :D

Now, we will make a program in Java that can convert infix notation to postfix notation instantly. Ok, there are so many kind of source code that you could find on internet. But the source code below, I made it by my self. I'm sorry if this source code isn't really good. I'm still in learning process. Here we go: