i am bit confused... how come using recursion makes this in-place.... recursion occurs with a stack.. so you will be piling up more and more variables each time... ?
On Fri, Oct 7, 2011 at 5:19 PM, .itoa <[email protected]> wrote: > We are not supposed to use any loop. > > So that leaves us with recursion. I get the idea and it was working too. > But i couldn't UNDERSTAND how the recursion was working. Can someone explain > how recursion would work in that case please? > > -- > You received this message because you are subscribed to the Google Groups > "Algorithm Geeks" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/algogeeks/-/nh7xJXGY3rsJ. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/algogeeks?hl=en. > -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/algogeeks?hl=en.
