Please ignore secret bonuses. Secret tests do NOT award bonus. Max hw grade is 30+2 bonus efficiency

Do you need help?

Multiple Functions

y
yyxxzn (390 points)
0 3 5
in HW8 required by (390 points)
Can we do multiple recursive functions or we have to do only one function?
205 views
closed

3 Answers

Best answer
A
Alessandro Vecchi (1870 points)
1 10 18
by (1.9k points)
selected by
you don't HAVE TO use only a recursion function, you have to use AT LEAST ONE recursion function. From my point of view, since the recursion isn't that much efficient and since this homework doesn't require many def, I would suggest you to use the recursion only one time (better if you can recognize which is the smallest part in your program and you are able to apply the recursion there). It's up to you now
_
_ginevra_ (620 points)
0 11 15
by (620 points)
From what is written in the hw description there is no limit to how many you can use but you have to use AT LEAST one.
A
Alessio_Borgi (660 points)
0 2 6
by (660 points)
The aim of that Homework is to understand how to use recursion so I suppose the more you use it the better is.