VGandhi27 / hacktoberfest-2023

Create 4 pull requests by adding any DSA algorithms in C , C++, Java or Python
MIT License
9 stars 40 forks source link

Binary Tree Problems #23

Closed RAGHAVS1304 closed 8 months ago

RAGHAVS1304 commented 8 months ago

Selected Problems of Binary Tree

Preorder, Inorder, Postorder Traversals in One Traversal Maximum depth of a Binary Tree Calculate the Diameter of a Binary Tree Check if the Binary Tree is Balanced Binary Tree Maximum Width of a Binary Tree Check if two trees are identical Practicing these problems give solid foundation in binary tree data structure.

VGandhi27 commented 8 months ago

okay