Home | History | Annotate | Download | only in ADT

Lines Matching defs:LL

501       TreeTy *LL = getLeft(L);
504 if (getHeight(LL) >= getHeight(LR))
505 return createNode(LL, L, createNode(LR,V,R));
512 return createNode(createNode(LL,L,LRL), LR, createNode(LRR,V,R));