Kumar-laxmi / Algorithms

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

To add level order traversal in c++ #746

Open nazeer-18 opened 1 year ago

nazeer-18 commented 1 year ago

I have the algorithm for level order traversal can you please assign this issue to me? image

RohithBoppey commented 1 year ago

What was the question about? Can you brief it to me? @nazeer-18

nazeer-18 commented 1 year ago

Given a binary tree we need to output the level order traversal of iit if given tree is 1 2 3 4 5 6 7

The output is : 1 2 3 4 5 6 7

sripesh commented 1 year ago

Using C++, I can write a program for level-order traverse in the given tree.

So, Please assign this issue to me for SSoC

ashif88 commented 1 year ago

Can you please assign me this task I would love to contribute. I have great knowledge of traversal techniques. I have solved 900+ DSA Problems in various Coding Platforms. Some of my achievement includes: Knight badge on Leetcode max 4 Star on Codechef max Specialist on Codeforces

Yash493 commented 1 year ago

Can you please assign this task to me , I am pretty good in Data structures and algorithms in c++

Aryaman3007 commented 1 year ago

Could you please assign this issue to me under SSoC, I have recently completed trees recently and have my repo made on DSA. I will provide the approach and solution with the complexity analysis in C++.

RohithBoppey commented 1 year ago

Can you please assign me this task I would love to contribute. I have great knowledge of traversal techniques. I have solved 900+ DSA Problems in various Coding Platforms. Some of my achievement includes: Knight badge on Leetcode max 4 Star on Codechef max Specialist on Codeforces

You have an amazing profile in Leetcode! Keep up the good work. Would like to be in contact with you, so feel free to follow me on my Linkedin or other socials! Great work, keep it up.

TusharGagal commented 1 year ago

can you please assign me this task, I am really good in these traversals. I have solved 300+ question on leetcode.

Khushi-74 commented 1 year ago

@Kumar-laxmi I can explain code and demonstrate level order traversal in c++ very efficiently please assign me this issue under ssoc'23

ishitagithub commented 1 year ago

Greetings , Please assign me this issue under SSOC' 23. I have a solid grasp of data structures and algorithms, enabling me to write efficient code with detailed explanations. I can write both naive and effective approach( using Dynamic Programming) to this problem. I can provide algorithm as well as code in any of these languages- C, C++, Java, Python.