[algogeeks] Re: recursive to non recursive algorithm

2008-06-09 Thread zee 99
understood thanks for ur concern On 6/7/08, Ashesh [EMAIL PROTECTED] wrote: Recursion is so cool. If you're willing to practice, I'd recommend you to try SML. On Jun 6, 10:40 pm, zee 99 [EMAIL PROTECTED] wrote: hi learnt that a tail recursive algorithm can be converted to a non

[algogeeks] recursive to non recursive algorithm

2008-06-06 Thread zee 99
hi learnt that a tail recursive algorithm can be converted to a non recursive one by merely using a while and a goto is it true for all class of recursive algorithms or just the tail recursive ones ... if all recursive ones can be converted , then do we have a general procedure ??? thanks

[algogeeks] linked list search

2008-06-06 Thread zee 99
what is the most efficient way to search a linked list in sorted order ? is there an algorithm that performs faster than O(n) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to

[algogeeks] linked list search

2008-06-06 Thread zee 99
what is the most efficient way to search a linked list in sorted order ? is there an algorithm that performs faster than O(n) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Algorithm Geeks group. To post to