good recursive program
Hi All,
can anybody provide me recursive implementation of depth first search..
one more question .. is it possible to code any problem with recursion without using global variable..
i just need general views about good recursive program..
thankx
johnray31
Junior Poster in Training
68 posts since Nov 2005
Reputation Points: 10
Solved Threads: 0
>>recursive implementation of depth first search
read this
>> is it possible to code any problem with recursion without using global variable
yes, pass them as a function parameter
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343
Hi Ancient Dragon ,
thankx for ur reply... i want to modify my statement once..
is it bad to use static variables in recursive program
johnray31
Junior Poster in Training
68 posts since Nov 2005
Reputation Points: 10
Solved Threads: 0