Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 522 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 522 Bytes

leetcode-algorithm

把刷过的题和思路记录下来,总结方法。

  • algorithm-pattern里是按照问题类别划分的,题目相对简单,作为入门不错。
  • daily是随手看到题目就做了,比较杂乱。
  • offer是剑指offer,经典。
  • problem-list也是按照题目类别划分的,题目较多且难度相对较大,需要反复练习。
  • top100是leetcode官方推荐的热门100道题,都很经典。

在不同目录下会有重复的题目,最优解基本都在problem-list中