mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-03-12 02:09:16 -05:00
- Add complex_calculation() function demonstrating multiple solution blocks within single function - Shows how NBGrader can guide students through step-by-step implementation - Each solution block replaced with '# YOUR CODE HERE' + 'raise NotImplementedError()' in student version - Update total points from 85 to 95 to account for new 10-point problem - Add comprehensive test coverage for multi-step function - Demonstrate educational pattern: Step 1 → Step 2 → Step 3 within one function - Perfect example of NBGrader's guided learning capabilities