Kumar-laxmi / Algorithms

A Repository for algorithms in C, C++, Python and Java
Apache License 2.0
310 stars 372 forks source link

Level Order Traversal of Binary Tree in C++ #934

Open Vivek5501 opened 1 year ago

Vivek5501 commented 1 year ago

Is your feature request related to a problem? Please describe. The problem is to implement level order traversal of Binary Tree.

Describe the solution you'd like Level order traversal is a popular tree traversal algorithm that visits each node of a binary tree in a breadth-first manner, going through each level from left to right. It explores the tree level by level, starting from the root and moving to the nodes at the next level before traversing deeper.

@Kumar-laxmi Please assign me this issue under SSOC'23

killer-mohit commented 1 year ago

I will support my code with proper documentation and explanation of the Level Order Traversal of Binary tree. @Kumar-laxmi Kindly assign me this issue under SSOC'23

Deepanshi-17 commented 1 year ago

Please assign me this issue.

chhavisharma30 commented 11 months ago

I can work on this issue. Kindly assign me this issue.

shivangi2002 commented 11 months ago

Can you please assign this to me? I would be really grateful.