LeetCode好题汇总

最近开始刷LeetCode,准备按照专题来进行。所有的解题方案我都会放在GitHub上面,对于有价值的题目,我会重新在这里做记录,并且将解题方案贴出来,便于自己之后复习。

Array

1. easy

  1. 122. Best Time to Buy and Sell Stock II
  2. 53. Maximum Subarray
  3. 849. Maximize Distance to Closest Person
  4. 532. K-diff Pairs in an Array
  5. 414. Third Maximum Number

2.medium

  1. 667. Beautiful Arrangement II
  2. 238. Product of Array Except Self
  3. 769. Max Chunks To Make Sorted
  4. 714. Best Time to Buy and Sell Stock with Transaction Fee
  5. 78. Subsets
  6. 219. Contains Duplicate II
  7. 88. Merge Sorted Array
  8. 287. Find the Duplicate Number
  9. 11. Container With Most Water
  10. 16. 3Sum Closest
  11. 55. Jump Game
  12. 73. Set Matrix Zeroes
  13. 79. Word Search
  14. 80. Remove Duplicates from Sorted Array II
  15. 81. Search in Rotated Sorted Array II
  16. 152. Maximum Product Subarray

Linked List

2.medium

  1. 142. Linked List Cycle II

Math

2.medium

  1. 754. Reach a Number

3.hard

  1. 149. Max Points on a Line
原文地址:https://www.cnblogs.com/yinzm/p/8727567.html