Taking a suitable example explains how a general tree can be shown as a Binary Tree.
Conversion of general trees to binary trees:
A general tree can be changed into an equivalent binary tree. This conversion process is known as the natural correspondence among general and binary trees.