Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Maximum Width of a Binary Tree

Open moh1t-do opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Hello, @Kumar-laxmi , I would wish to add Maximum Width of a Binary Tree in C++. Could you please allow me to do so!

I am contributor under SSOC'23

Thank You!

Describe the solution you'd like The largest width of a binary tree corresponds to the highest value among all the widths at different levels. The width of a level is determined by the greatest number of nodes between the leftmost and rightmost node on that level, including the terminal nodes as well as any null nodes located between them.

Describe alternatives you've considered

Additional context

  • will add the algorithm's time and space complexity

moh1t-do avatar Jun 03 '23 16:06 moh1t-do

Please assign me this issue.

Deepanshi-17 avatar Jun 03 '23 19:06 Deepanshi-17

I would like to solve this issue, kindly assign this to me.

Tanyamodi avatar Jul 14 '23 05:07 Tanyamodi

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem

github-actions[bot] avatar Jul 15 '24 16:07 github-actions[bot]