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
Day 1 — Morning Problem 1/3: LC643 (Max Avg Subarray) in JS. How: sliding window, keep sum of k, add right, subtract left, track best → best/k. #10DaysOfCode #LeetCode #JavaScript
day 1 — afternoon 🌤️ Second one down😮💨: lc209. took ~20 mins. hit sum ≥ target, shave from the left. momentum building. code below. #10DaysOfCode #leetcode