codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Add Parent pointer tree #325

Open Arvind-raj06 opened 3 years ago

Arvind-raj06 commented 3 years ago

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

Supriyo-455 commented 3 years ago

@Arvind-raj06 I want to try this ,can I work on it?

nNikita1018 commented 3 years ago

Hey, I want to solve this issue.

subhangi2731 commented 3 years ago

please assign me this