CSC 143 / Intro to Data Structures / Building Java Programs Ch 12.1-12.4 / Simple Recursion - I show you with fractal graphics why recursion is interesting and can solve problems that are challenging iteratively. I use coding examples to show the mechanics of simple recursive problems with a base case and recursive case. I also give hints on how to solve several PracticeIt problems