Quote:
Originally posted by Stefan
Everything that can be done with recursion can also
be done iterative on a single array :)
|
I wasn't thinking right when I said resuction. I ment
stacks. I've attacked a lame-o(tm) maze runner progy I wrote in high school (source and binary included) as an example of stack usage.