LeetCode Beginner Array Track (Week 1)
Day 1: Basics
- Two Sum (#1)
- Contains Duplicate (#217)
Day 2: Array Manipulation
- Remove Duplicates from Sorted Array (#26)
- Plus One (#66)
Day 3: Movement and Positioning
- Move Zeroes (#283)
- Rotate Array (#189)
Day 4: Sliding Window Intro
- Best Time to Buy and Sell Stock (#121)
- Maximum Subarray (#53)
Day 5: Merge & Combine
- Merge Sorted Array (#88)
- Intersection of Two Arrays II (#350)
Day 6: Stretch Day
- Find the Duplicate Number (#287)
- Set Matrix Zeroes (#73)
Day 7: Review & Re-solve
- Revisit tricky problems
- Try solving without hints
- Review discussions/solutions