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

Centroid of a given Tree | C++ #1442

Closed
VyomGarg47 opened this issue Oct 3, 2020 · 1 comment
Closed

Centroid of a given Tree | C++ #1442

VyomGarg47 opened this issue Oct 3, 2020 · 1 comment
Assignees
Labels
Algorithms enhancement New feature or request Hacktoberfest add algorithms to fix this issue

Comments

@VyomGarg47
Copy link

Algorithm to find centroid of a given tree.
Centroid of a Tree is a node which if removed from the tree would split it into a ‘forest’, such that any tree in the forest would have at most half the number of vertices in the original tree.
Language - C++

@VyomGarg47
Copy link
Author

Please assign this issue to me.

@i-vishi i-vishi added Hacktoberfest add algorithms to fix this issue Algorithms enhancement New feature or request labels Oct 3, 2020
@i-vishi i-vishi closed this as completed Oct 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Algorithms enhancement New feature or request Hacktoberfest add algorithms to fix this issue
Projects
None yet
Development

No branches or pull requests

2 participants