This book is now obsolete Please use CSAwesome instead.

12.5. Common MistakesΒΆ

  • Missing the recursive call. Be sure to look for a call to the same method.

  • Getting confused about when a recursive method returns and what it returns.

  • Assuming you understand what the recursion is doing without tracing all of it.

You have attempted of activities on this page