0% found this document useful (0 votes)
2 views1 page

LeetCode Array Week1

The document outlines a week-long LeetCode beginner track focused on array problems. Each day features specific coding challenges, including 'Two Sum' and 'Best Time to Buy and Sell Stock', along with a review day for revisiting tricky problems. The track is designed to enhance problem-solving skills in array manipulation and algorithms.

Uploaded by

aaru0000001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

LeetCode Array Week1

The document outlines a week-long LeetCode beginner track focused on array problems. Each day features specific coding challenges, including 'Two Sum' and 'Best Time to Buy and Sell Stock', along with a review day for revisiting tricky problems. The track is designed to enhance problem-solving skills in array manipulation and algorithms.

Uploaded by

aaru0000001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like