Arrays
Various problems related to Array's.
Problems in this section:-
1. Two Sums2. Rotate Array3.Remove Duplicates from sorted array4.Merge Two Sorted Array5.Majority Element6.Rotate Image7.Merge Intervals8.Increasing Triplet Subsequence9.Set Matrix Zeroes10.Product of Array Except Self11.Container With Most Water12.Next Permutation13.Next Greater Element III14.Largest Number15.Candy16.Shortest Unsorted Continuous Subarray17.Sort Colors(Sort array of 0, 1, 2)18.Queue Reconstruction by Height19.Task Scheduler20.Trapping Rain Water21.Search a 2D Matrix II22. Spiral Matrix23.Median of Two Sorted Arrays24.Count inversion of an array25. Reverse Pairs26. Count Servers that Communicate27. 3Sum28. 4Sum30. Sort the Matrix Diagonally31. Push Dominoes32. Corporate Flight Bookings33. Rotating the Box34. Interval List Intersections35. Insert Interval36. Minimum Moves to Equal Array Elements II37. Pairs of Songs With Total Durations Divisible by 6038. Remove Covered IntervalsConcepts in this section:-
Two Pointer MethodJuggling AlgorithmMoore’s Voting AlgorithmLast updated