Home | History | Annotate | Download | only in ADT

Lines Matching defs:LL

497       TreeTy *LL = getLeft(L);
500 if (getHeight(LL) >= getHeight(LR))
501 return createNode(LL, L, createNode(LR,V,R));
508 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));