-
Notifications
You must be signed in to change notification settings - Fork 313
Add Parent pointer tree #325
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
Comments
@Arvind-raj06 I want to try this ,can I work on it? |
Hey, I want to solve this issue. |
please assign me this |
I'll attempt this task if no one is working on it. |
Please do |
Thanks for your reply and assignment of the task. I think the group's policy though is to not assign tasks? Anyway I'll still attempt it. |
Description of the problem
In computer science, an in-tree or parent pointer tree is an N-ary tree data structure in which each node has a pointer to its parent node, but no pointers to child nodes.
Example of the problem
https://opendsa-server.cs.vt.edu/ODSA/Books/Everything/html/UnionFind.html
References/Other comments
https://en.wikipedia.org/wiki/Parent_pointer_tree
The text was updated successfully, but these errors were encountered: