Skip to content

Latest commit

 

History

History
64 lines (58 loc) · 8.64 KB

Array.md

File metadata and controls

64 lines (58 loc) · 8.64 KB

Introduction

This markdown file is specific to LeetCode problems related to array. Problems are divided according to difficulty level.

Difficulty level: Easy

Problem Solution
1217. Minimum Cost to Move Chips to The Same Position C++
26. Remove Duplicates from Sorted Array C++
66. Plus One C++
566. Reshape the Matrix C++
53. Maximum Subarray C++
1380. Lucky Numbers in a Matrix C++
1304. Find N Unique Integers Sum up to Zero C++
Two Sum C++
1886. Determine Whether Matrix Can Be Obtained By Rotation C++, Alternate
1854. Maximum Population Year C++
989. Add to Array-Form of Integer C++
867. Transpose Matrix C++
1295. Find Numbers with Even Number of Digits C++
1572. Matrix Diagonal Sum C++
1252. Cells with Odd Values in a Matrix C++
832. Flipping an Image C++
1732. Find the Highest Altitude C++
1773. Count Items Matching a Rule C++
1832. Check if the Sentence Is Pangram Using Array , Using map
1389. Create Target Array in the Given Order C++
How Many Numbers Are Smaller Than the Current Number Using Array , Usimg Map
Number of Good Pairs C++ Alternate
1431. Kids With the Greatest Number of Candies Using Array
1470. Shuffle the Array Using Array
Richest Customer Wealth C++ JS
Running Sum of 1d Array C++
Concatenation of Array C++
Build Array from Permutation C++
Move Zeroes C++

Difficulty level: Medium

Problem Solution
53. Maximum Subarray C++
122. Best Time to Buy and Sell Stock II C++
260. Single Number III C++
Container With Most Water C++ JS
198. House Robber C++
75. Sort Colors C++
189. Rotate Array C++
55. Jump Game C++
34. Find First and Last Position of Element in Sorted Array C++
238. Product of Array Except Self C++
73. Set Matrix Zeroes C++
885. Spiral Matrix III C++
59. Spiral Matrix II C++
54. Spiral Matrix C++

Difficulty level: Hard

Problem Solution
1250. Check If It Is a Good Array C++
41. First Missing Positive C++
Maximum Gap C++
Median of Two Sorted Arrays C++