- In your own words, compare the design of the iterative method with the design of the recursive method. What equivalent things are happening and where do they happen in each solution?
- Why did the iterative version of your Applet produce the same drawing with a Stack and also with a Queue?
- Explain what did happen differently when you used a Queue instead of a Stack.
- Did you introduce any kind of delays? If so, what did you observe for recursive vs. iterative and stack vs. queue?