I have a project based on Java in university. I have to make a binary tree. The user would give postfix and infix order and output would be a tree (in GUI). So Can you give me any algorithm of this,...