The Daily Static
  The Daily Static
UF Archives
Register
UF Membership
Ad Free Site
Postcards
Community

Geekfinder
UFie Gear
Advertise on UF

Forum Rules
& FAQ


Username

Password


Create a New Account

 
 

Back to UserFriendly Strip Comments Index

recursive -> iterative by dennismv2004-12-21 02:24:43
  I don't have time to give a full answer... by Liava2004-12-21 03:55:22
    Qsort by dennismv2004-12-21 04:15:00
      I'd still call that a recursive solution, though by Liava 2004-12-21 04:30:46
I would define recursion as "(the employ of a stack)[1] to solve a problem by first solving one or more simpler problems and then combining the solution(s) and, possibly, other information, to arrive at an answer."

So just throwing everything onto a stack doesn't actually make it iterative. It just makes the stack non-transparent.

If you just want to use a stack other than the processor stack to store your information, then it's trivial to do that. If you want a real iterative solution, then see my previous answer.

[1] Note that this is redundant, since solving simpler problems and then combining them implies the use of a stack, unless you have a finite set of sub-problems (so you can use an array) or temporal order is unimportant (so you can use a queue).
[ Reply ]
        recursion by dennismv2004-12-21 04:50:19
          I have gotten rid of the recursive call by Version0.12004-12-21 08:40:48
          Well, the algorithm is as follows: by Liava2004-12-21 11:46:07
            ok by dennismv2004-12-21 19:34:10
              Not what I meant by Liava2004-12-21 22:05:31
                Much of this could be avoided. by williamashbless2004-12-21 23:32:22

 

[Todays Cartoon Discussion] [News Index]

Come get yer ARS (Account Registration System) Source Code here!
All images, characters, content and text are copyrighted and trademarks of J.D. Frazer except where other ownership applies. Don't do bad things, we have lawyers.
UserFriendly.Org and its operators are not liable for comments or content posted by its visitors, and will cheerfully assist the lawful authorities in hunting down script-kiddies, spammers and other net scum. And if you're really bad, we'll call your mom. (We're not kidding, we've done it before.)