I was reading an MSND Mag article the other day and noticed this nifty non-recursive traversal algorithm (you what?). I’ve worked on a fairly large web apps before that used recursion quite a bit, not only in the database where SQL trees were common but also in the site structure which, in this case, was a hierarchal structure of nodes. This particular ......