Skip to content

Latest commit

 

History

History
38 lines (38 loc) · 2.64 KB

Problems.md

File metadata and controls

38 lines (38 loc) · 2.64 KB

- Important Notes -

  1. Problems in this file from leetcode.
  2. these problems are for array, not just dynamic array.
  3. you must try to solve the problem first then, read my Solution :)

Problems

Easy

  1. Merge Sorted Array
  2. Remove Element
  3. Remove Duplicates from Sorted Array
  4. Majority Element
  5. Best Time to Buy and Sell Stock
  6. Roman to Integer
  7. Find the Index of the First Occurrence in a String
  8. Length of Last Word

Medium

  1. Remove Duplicates from Sorted Array II
  2. Rotate Array