pydatastructs icon indicating copy to clipboard operation
pydatastructs copied to clipboard

Add Parent pointer tree

Open Arvind-raj06 opened this issue 4 years ago • 3 comments

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

Arvind-raj06 avatar Feb 06 '21 14:02 Arvind-raj06

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

Supriyo-455 avatar Mar 08 '21 11:03 Supriyo-455

Hey, I want to solve this issue.

nNikita1018 avatar Mar 09 '21 15:03 nNikita1018

please assign me this

subhangi2731 avatar Apr 26 '21 12:04 subhangi2731