|
| 1 | +# Questions |
| 2 | + |
| 3 | +## Easy |
| 4 | +|S.no.|Question|Solution| |
| 5 | +|---|------------|------------| |
| 6 | +|01.|[Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)|Pending| |
| 7 | +|02.| [Majority Element](https://leetcode.com/problems/majority-element/)|Pending| |
| 8 | +|03.| [Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)|Pending| |
| 9 | +|04.| [Missing Number](https://leetcode.com/problems/missing-number/)|Pending| |
| 10 | +|05.| [Intersection of Two Arrays](https://leetcode.com/problems/intersection-of-two-arrays/)|Pending| |
| 11 | +|06.| [Intersection of Two Arrays II](https://leetcode.com/problems/intersection-of-two-arrays-ii/)|Pending| |
| 12 | +|07.| [Third Maximum Number](https://leetcode.com/problems/third-maximum-number/)|Pending| |
| 13 | +|08.| [Assign Cookies](https://leetcode.com/problems/assign-cookies/)|Pending| |
| 14 | +|09.| [Array Partition I](https://leetcode.com/problems/array-partition-i/)|Pending| |
| 15 | +|10.| [Maximum Product of Three Numbers](https://leetcode.com/problems/maximum-product-of-three-numbers/)|Pending| |
| 16 | +|11.| [Sort Array By Parity](https://leetcode.com/problems/sort-array-by-parity/)|Pending| |
| 17 | +|12.| [Sort Array By Parity II](https://leetcode.com/problems/sort-array-by-parity-ii/)|Pending| |
| 18 | +|13.| [Largest Perimeter Triangle](https://leetcode.com/problems/largest-perimeter-triangle/)|Pending| |
| 19 | +|14.| [Squares of a Sorted Array](https://leetcode.com/problems/squares-of-a-sorted-array/)|Pending| |
| 20 | +|15.| [Matrix Cells in Distance Order](https://leetcode.com/problems/matrix-cells-in-distance-order/)|Pending| |
| 21 | +|16.| [Height Checker](https://leetcode.com/problems/height-checker/)|Pending| |
| 22 | +|17.| [Relative Sort Array](https://leetcode.com/problems/relative-sort-array/)|Pending| |
| 23 | +|18.| [Minimum Absolute Difference](https://leetcode.com/problems/minimum-absolute-difference/)|Pending| |
| 24 | +|19.| [Rank Transform of an Array](https://leetcode.com/problems/rank-transform-of-an-array/)|Pending| |
| 25 | +|20.| [Sort Integers by The Number of 1 Bits](https://leetcode.com/problems/sort-integers-by-the-number-of-1-bits/)|Pending| |
| 26 | +|21.| [How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/)|Pending| |
| 27 | +|22.| [Maximum Product of Two Elements in an Array](https://leetcode.com/problems/maximum-product-of-two-elements-in-an-array/)|Pending| |
| 28 | +|23.| [Average Salary Excluding the Minimum and Maximum Salary](https://leetcode.com/problems/average-salary-excluding-the-minimum-and-maximum-salary/)|Pending| |
| 29 | +|24.| [Make Two Arrays Equal by Reversing Sub-arrays](https://leetcode.com/problems/make-two-arrays-equal-by-reversing-sub-arrays/)|Pending| |
| 30 | +|25.| [Can Make Arithmetic Progression From Sequence](https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/)|Pending| |
| 31 | +|26.| [Sort Array by Increasing Frequency](https://leetcode.com/problems/sort-array-by-increasing-frequency/)|Pending| |
| 32 | +|27.| [Special Array With X Elements Greater Than or Equal X](https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x/)|Pending| |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | +## Medium |
| 37 | +|S.no.|Question|Solution| |
| 38 | +|---|------------|------------| |
| 39 | +|01.| [3Sum](https://leetcode.com/problems/3sum/)|Pending| |
| 40 | +|02.| [3Sum Closest](https://leetcode.com/problems/3sum-closest/)|Pending| |
| 41 | +|03.| [4Sum](https://leetcode.com/problems/4sum/)|Pending| |
| 42 | +|04.| [Group Anagrams](https://leetcode.com/problems/group-anagrams/)|Pending| |
| 43 | +|05.| [Merge Intervals](https://leetcode.com/problems/merge-intervals/)|Pending| |
| 44 | +|06.| [Sort Colors](https://leetcode.com/problems/sort-colors/)|Pending| |
| 45 | +|07.| [Insertion Sort List](https://leetcode.com/problems/insertion-sort-list/)|Pending| |
| 46 | +|08.| [Sort List](https://leetcode.com/problems/sort-list/)|Pending| |
| 47 | +|09.| [Largest Number](https://leetcode.com/problems/largest-number/)|Pending| |
| 48 | +|10.| [Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)|Pending| |
0 commit comments