My Uni-teacher seems to love recoursive functions, and so I get strange counting-exercises frequently. I've heard where ever I can solve an exercise with a recoursive function I could also use loops. Loops are said to be executed more quickly than recoursive functions, and they also need less storage. Is there any good reason to prefer recoursive functions? (My teacher says they're easier to understand. - ???)



LinkBack URL
About LinkBacks


