22. Recursion Flashcards
What is the difference between an array initializer and an anonymous array?
ss
In what circumstances would we have a private constructor method?
ss
What is a recursive definition?
ss
What is a recursive algorithm?
ss
What three things do we need to identify in order to design a recursive algorithm?
ss
What does a recursive method contain?
ss
What are the common misconceptions that lead to a failure to understand recursive methods?
ss
What three things must be true for a recursive method to be well defined?
ss
What is the relationship between recursion and iteration?
ss
Can a recursive definition have any number of base and recursive cases?
ss
Give two examples of a recursive data structure.
ss