8. More About Iteration¶
- 8.1. Iteration Revisited
- 8.2. The
for
loop revisited - 8.3. The
while
Statement - 8.4. Randomly Walking Turtles
- 8.5. The 3n + 1 Sequence
- 8.6. Newton’s Method
- 8.7. Algorithms Revisited
- 8.8. Simple Tables
- 8.9. 2-Dimensional Iteration: Image Processing
- 8.10. Image Processing on Your Own
- 8.11. Glossary
- 8.12. Exercises