"My idea is compare every character in the string and determine if the character is a number or a simbol (+, -, *, /, etc) and insert it into a queue to use postfix notation and then insert it on the binary tree" . . . .