Given a binary tree, write a code to print the left view of a binary tree.
Left View of a Binary Tree
The left view of a binary tree is the set of visible nodes when the tree is seen from the left side.
Given a binary tree, write a code to print the left view of a binary tree.
The left view of a binary tree is the set of visible nodes when the tree is seen from the left side.