Skip to main content
CS Teaching Tips

Main navigation

  • Browse All Tips
  • Tags
  • 3D
  • About
  • Rate Tips
  • Tip Sheets

Introduce “base-case” and “smaller-caller” as a helpful way for students to remember the different parts of recursion.

Share Introduce “base-case” and “smaller-caller” as a helpful way for students to remember the different parts of recursion. with FacebookShare Introduce “base-case” and “smaller-caller” as a helpful way for students to remember the different parts of recursion. with Twitter
  • Extra info from the CS Teaching tips TIps: There is a pattern underlying recursive functions. We can help students to see this structure using this rhyming device.

More about this tip

Tags

  • CS 1
  • Intro Programming
  • Programming Concepts
External Source

Interview with Bob Luciano

Other Tips By
Other Tips By Bob Luciano

Similar tips

Misconception: Students don’t understand that the right side of an assignment statement is executed before the assignment. They think that variables store unresolved equations.
Use the model of Towers of Hanoi in order to help students understand recursion. To demonstrate Towers of Hanoi, use three baby ring-stacking toys and the programming language Alice.
Always use the keyword ‘this’ in Java, and trace through many examples, to help students understand it.

For more information or to report a bug, contact us at admin@csteachingtips.org. Built with Bootstrap. Powered by Drupal.

Privacy Policy