Hey great video. It's been lots of help. I really have trouble with recursion though. My final is on wednesday so its alittle late for a tutorial but do you have any pointers that you think might help me out? anything to look out for or where to start when writing a recursive function would be great. Thanks.
As for giving you tips with recursion, not really sure if I could say anything that could help. Just make sure there is a way to get out of the function (whether you're using 'if' statement or something else).
I haven't worked too much with recursive functions so I haven't really learned anything "special" about it. If I do, I'll be sure to make a tutorial about it :)
Good luck on your final! Practice makes perfect << study tip.
Ha its always up to how much practice you have i guess. thanks!
Ziltoid777 10 months ago
Hey great video. It's been lots of help. I really have trouble with recursion though. My final is on wednesday so its alittle late for a tutorial but do you have any pointers that you think might help me out? anything to look out for or where to start when writing a recursive function would be great. Thanks.
Ziltoid777 10 months ago
@Ziltoid777 thanks :) glad the video helped.
As for giving you tips with recursion, not really sure if I could say anything that could help. Just make sure there is a way to get out of the function (whether you're using 'if' statement or something else).
I haven't worked too much with recursive functions so I haven't really learned anything "special" about it. If I do, I'll be sure to make a tutorial about it :)
Good luck on your final! Practice makes perfect << study tip.
njoker555 10 months ago