[algogeeks] Re: height of ternary tree

2007-05-02 Thread Arun Subramanian
On 5/2/07, Karthik Singaram L <[EMAIL PROTECTED]> wrote: > > I guess it was a slight difference in terminology...you must have then > phrased the question as "almost complete" rather than a complete tree since > you are allowing the last level to be incomplete. > > Anyways, If the last level is goi

[algogeeks] Re: Loop in a linked list

2007-04-04 Thread Arun Subramanian
But If there is no loop in the original list then this code will give incorrect result. the algo should hav been somethin like if loopispresent return the looping node else return NULL --~--~-~--~~~---~--~~ You received this message becaus