Can someone provide testcases for which this code doesn't work (Infix to Postfix)

question link : CodeChef: Practical coding for everyone
solution link : CodeChef: Practical coding for everyone

precedence(c)<=precedence(stack.peek())
an equals in your code will make it work