算法和数据结构[核心思路+资源]

核心思路[1] #

  • 分治
  • 回溯
  • 贪心

技巧 #

  • 双指针
  • BFS, DFS

参考 #

  1. 《Hello 算法》 ***
    https://www.hello-algo.com/
    https://github.com/krahets/hello-algo

1xx. 《labuladong 的算法笔记》 ***
https://github.com/www6v/algorithm star 100K
https://labuladong.github.io/algo/ labuladong 的算法网站

1xx. https://github.com/wangzheng0822/algo 王争

1xx. https://github.com/www6v/leetcode-2 作者出版了算法书

1xx. https://github.com/stars/www6v/lists/it-algorithms

动态规划(基础版)
LeetCode 热题 100
面试经典 150 题