15.11. Internet and Web Resources

Recursion Concepts

en.wikipedia.org/wiki/Recursion

Article from Wikipedia provides the basics of recursion and several resources for students.

www.cafeaulait.org/javatutorial.html

Provides a brief introduction to recursion in Java, and also covers other Java topics.

Stacks

www.cs.auc.dk/~normark/eciu-recursion/html/recit-slide-implerec.html

Provides slides discussing the implementation of recursion using stacks.

faculty.juniata.edu/kruse/cs2java/recurimpl.htm

Provides a diagram of the program execution stack and discusses how the stack works.

Fractals

math.rice.edu/~lanius/frac/

Provides examples of other fractals, such as the Koch Snowflake, the Sierpinski gasket, and Jurassic Park fractals.

www.lifesmith.com/ ...

Get Java™ How to Program, Seventh Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.