hello guys its harish again,
well, when i was working through my project i came across a quick question about the efficiency of the programe which is actually realted to recursion technique. the question is, i got two design to my problem one with the recursion and another iteration tech, i was thinking of to go with the recursion tech, but the problem is if i use recursion i will be using the system stack, compiler complexsity and more complex memory managmnet will be involved while the programe has been executed.

so can any one tell, is my think is correct and which one is more effecient method to follow with.

thax in advance

ssharish2005