Starting a 10-Day Sprint 🚀 I’ll solve 3 LeetCode problems a day (plus whatever I build). I’m a bit rusty, but I’m showing up, progress > perfection. Day 1 starts now. #10DaysOfCode #LeetCode
2
1
5
157
1
3/3 done for today, but the last one got me 🤦🏽♂️ Tried solving LC3 (Longest Substring Without Repeating Characters) and missed a key detail… window wasn’t updating properly. Failure logged ✅ #10DaysOfCode #LeetCode
Fixed it! The missing piece was adding s[end] into the set after shrinking the window. Lesson learned: sliding windows only work if the window actually grows 😂 #10DaysOfCode #LeetCode #CodingJourney