This online lecture will guide you about the conversion of given mathematical expression(i.e., the infix expression) into the expression tree. An expression tree is a binary tree that is frequently used to store the mathematical expressions. It is one of the important topics in the data structure.