A B C D E F G H I L M N P R S T U V W Z

P

pertinentLeaves - Variable in class pqrtree.PQRNode
 
pertinentPaths - Variable in class pqrtree.PQRNode
 
PQRNode - Class in pqrtree
A PQRNode object is an intern node of PQRTree.
PQRNode(int, PQRNode) - Constructor for class pqrtree.PQRNode
Creates a new internal node of the PQRTree, type P, Q or R, linked to it's ancestor.
pqrtree - package pqrtree
 
PQRTree - Class in pqrtree
A PQR Tree over a set U is a rooted tree with four types of nodes - P, Q, R and leaves.
PQRTree(Object[]) - Constructor for class pqrtree.PQRTree
Creates a universal PQRTree.
PQRTree(Object[], int[][]) - Constructor for class pqrtree.PQRTree
Creates a universal PQRTree.
preOrder() - Method in class pqrtree.PQRTree
Represents the PQR tree in pre order way.
preOrder(Node) - Method in class pqrtree.PQRTree
Creates a string representing the tree recursively.
prepareLCA(PQRNode) - Method in class pqrtree.PQRTree
Groups the black children of LCA into a new P node.
preparePNode(PQRNode) - Method in class pqrtree.PQRTree
Groups black children and white children into new P nodes.

A B C D E F G H I L M N P R S T U V W Z