Do you want BuboFlash to help you learning these things? Or do you want to add or correct something? Click here to log in or create user.



Tags
#python #sicp
Question
A function is called [...] if the body of the function calls the function itself, either directly or indirectly
Answer
recursive

Tags
#python #sicp
Question
A function is called [...] if the body of the function calls the function itself, either directly or indirectly
Answer
?

Tags
#python #sicp
Question
A function is called [...] if the body of the function calls the function itself, either directly or indirectly
Answer
recursive
If you want to change selection, open original toplevel document below and click on "Move attachment"

Parent (intermediate) annotation

Open it
A function is called recursive if the body of the function calls the function itself, either directly or indirectly

Original toplevel document

1.7 Recursive Functions
1.7.1 The Anatomy of Recursive Functions 1.7.2 Mutual Recursion 1.7.3 Printing in Recursive Functions 1.7.4 Tree Recursion 1.7.5 Example: Partitions 1.7 Recursive Functions Video: Show Hide <span>A function is called recursive if the body of the function calls the function itself, either directly or indirectly. That is, the process of executing the body of a recursive function may in turn require applying that function again. Recursive functions do not use any special syntax in Python, but t

Summary

statusnot learnedmeasured difficulty37% [default]last interval [days]               
repetition number in this series0memorised on               scheduled repetition               
scheduled repetition interval               last repetition or drill

Details

No repetitions


Discussion

Do you want to join discussion? Click here to log in or create user.