Problems for Arrays and Strings
DSA problems for Arrays and Strings
Problems
- Merge 2 sorted arrays
- Remove element
- Remove duplicates from sorted array
- Remove duplicates from sorted array II
- Majority Element
- Rotate Array
- Best time to buy and sell stock
- Best time to buy and sell stock II
- Jump Game
- Jump Game II
- H-index
- Insert Delete GetRandom O(1)
- Product of Array Except Self
- Gas Station
- Candy
- Trapping Rain Water
- Roman to Integer
- Integer to Roman
- Length of Last Word
- Longest Common Prefix
- Reverse words in a string
- ZigZag Conversion
- First Occurrence in a String
- Text Justification
| Back to Categories | Back to Home |