Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: add all tree algorithms snippets #359

Open
4 tasks done
SanikaBhalerao1345 opened this issue Nov 6, 2024 · 2 comments
Open
4 tasks done

[Feature Request]: add all tree algorithms snippets #359

SanikaBhalerao1345 opened this issue Nov 6, 2024 · 2 comments

Comments

@SanikaBhalerao1345
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

add following tree algorithms:
1)Tree Traversal Algorithms

In-order Traversal
Pre-order Traversal
Post-order Traversal
Level-order Traversal
Maximum Depth of a Binary Tree

2)Check if a Tree is Balanced

3)Lowest Common Ancestor (LCA) in Binary Tree

4)Check if a Binary Tree is a Binary Search Tree (BST)

5)Tree Diameter (Longest Path in a Binary Tree)

6)Invert Binary Tree (Mirror Image)

7)Serialize and Deserialize Binary Tree

8)Construct a Binary Tree from In-order and Pre-order Traversals

Record

  • I agree to follow this project's Code of Conduct
  • I want to work on this issue
  • I'm willing to provide further clarification or assistance if needed.

Full Name

Sanika Bhalerao

Participant Role

contributor

Copy link
Contributor

github-actions bot commented Nov 6, 2024

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26
Copy link
Owner

UTSAVS26 commented Nov 7, 2024

@SanikaBhalerao1345 raise PR for this I will add labels in that PR directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants