Home | History | Annotate | Download | only in ADT

Lines Matching defs:LL

504       TreeTy *LL = getLeft(L);
507 if (getHeight(LL) >= getHeight(LR))
508 return createNode(LL, L, createNode(LR,V,R));
515 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));