Home | History | Annotate | Download | only in ADT

Lines Matching defs:LL

499       TreeTy *LL = getLeft(L);
502 if (getHeight(LL) >= getHeight(LR))
503 return createNode(LL, L, createNode(LR,V,R));
510 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));