β Back to Revisions
Day 7
View Problem βFilled and Hollow Rectangle
π
October 24, 2025π·οΈ Custom
Complexity Analysis
Brute Force
O(N*M)
Optimized
O(N*M)
Space
O(1)
Solutions
Tags
patternsloops
π‘ Revision Tips
- β’ Try solving from memory before checking your solution
- β’ Focus on the approach and pattern, not just the code
- β’ Can you explain the solution to someone else?
- β’ Try implementing in a different language