- Problems in this file from leetcode.
- these problems are for array, not just dynamic array.
- you must try to solve the problem first then, read my Solution :)
Easy
- Merge Sorted Array
- Remove Element
- Remove Duplicates from Sorted Array
- Majority Element
- Best Time to Buy and Sell Stock
- Roman to Integer
- Find the Index of the First Occurrence in a String
- Length of Last Word
Medium
- Remove Duplicates from Sorted Array II
- Rotate Array