- Introduction
- Phase 1: Foundations
- 1. Exercise 1: RPN Calculator
- 2. Exercise 2: Sum of Squares
- 3. Exercise 3: Palindrome Checker
- 4. Exercise 4: Find Min/Max
- 5. Exercise 5: Word Counter
- 6. Exercise 6: Unique Elements
- 7. Exercise 7: Fizzbuzz
- 8. Exercise 8: Reverse String
- 9. Exercise 9: Caesar Cipher
- 10. Exercise 10: Vector Rotate
- 11. Exercise 11: Leap Year
- 12. Exercise 12: GCD
- 13. Exercise 13: Prime Checker
- 14. Exercise 14: Fibonacci Iterator
- 15. Exercise 15: Anagram Groups
- Phase 2: Intermediate Collections
- 16. Exercises 16-30: Coming Soon
- Phase 3: Error Handling & I/O
- 17. Exercises 31-40: Coming Soon
- Phase 4: Ownership Deep Dive
- 18. Exercises 41-50: Coming Soon
- Phase 5: Smart Pointers
- 19. Exercises 51-65: Coming Soon
- Phase 6: Trait System
- 20. Exercises 66-75: Coming Soon
- Phase 7: Advanced Patterns
- 21. Exercises 76-85: Coming Soon
- Phase 8: Concurrency
- 22. Exercises 86-92: Coming Soon
- Phase 9: Real-World Algorithms
- 23. Exercises 93-100: Coming Soon
- Phase 10: Capstone
- 24. Exercise 101: Compiler + VM
- Hints
- 25. Exercise 1 Hints
- 26. Exercise 2 Hints
- 27. Exercise 3 Hints
- 28. Exercise 4 Hints
- Solutions
- 29. Exercise 1 Solution
- 30. Exercise 2 Solution
- 31. Exercise 3 Solution
- 32. Exercise 4 Solution