Home | History | Annotate | Download | only in ADT

Lines Matching defs:RR

522       TreeTy *RR = getRight(R);
524 if (getHeight(RR) >= getHeight(RL))
525 return createNode(createNode(L,V,RL), R, RR);
532 return createNode(createNode(L,V,RLL), RL, createNode(RLR,R,RR));