Mridul-1-Sharma / data_structures_algos

Contribute to this repository with valid pull request to Hacktoberfest 2022 and earn awesome swags & T-shirts. This is a beginner friendly Project.
MIT License
6 stars 27 forks source link

Left View of Binary Tree #57

Closed A-nsh-3027 closed 1 year ago

A-nsh-3027 commented 1 year ago

Description of the Pull Request - I have added Left View of Binary Tree in the Tree View Problems section of this repository . The Views of Binary Tree is the most important part of the Binary Tree Data Structure's knowledge .

I have provided the code for the same in C++ . It has a class named "Solution" that is containing the function "leftView" providing the left View of a Binary tree . And other part of code includes simple building of Binary Tree and input of Tree nodes .

Please merge my request .