File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 4040
4141# LeetCode 刷题攻略
4242
43+ ## 刷题攻略的背景
44+
4345很多刚开始刷题的同学都有一个困惑:面对leetcode上近两千道题目,从何刷起。
4446
4547其实我之前在知乎上回答过这个问题,回答内容大概是按照如下类型来刷数组-> 链表-> 哈希表->字符串->栈与队列->树->回溯->贪心->动态规划->图论->高级数据结构,再从简单刷起,做了几个类型题目之后,再慢慢做中等题目、困难题目。
125127* [ 关于哈希表,你该了解这些!] ( https://mp.weixin.qq.com/s/g8N6WmoQmsCUw3_BaWxHZA )
126128* [ 哈希表:可以拿数组当哈希表来用,但哈希值不要太大] ( https://mp.weixin.qq.com/s/vM6OszkM6L1Mx2Ralm9Dig )
127129* [ 哈希表:哈希值太大了,还是得用set] ( https://mp.weixin.qq.com/s/N9iqAchXreSVW7zXUS4BVA )
128- * [ 哈希表:使用set求快乐数 ] ( https://mp.weixin.qq.com/s/G4Q2Zfpfe706gLK7HpZHpA )
130+ * [ 哈希表:用set来判断快乐数 ] ( https://mp.weixin.qq.com/s/G4Q2Zfpfe706gLK7HpZHpA )
129131* [ 哈希表:map等候多时了] ( https://mp.weixin.qq.com/s/uVAtjOHSeqymV8FeQbliJQ )
130132* [ 哈希表:其实需要哈希的地方都能找到map的身影] ( https://mp.weixin.qq.com/s/Ue8pKKU5hw_m-jPgwlHcbA )
131133* [ 哈希表:这道题目我做过?] ( https://mp.weixin.qq.com/s/sYZIR4dFBrw_lr3eJJnteQ )
You can’t perform that action at this time.
0 commit comments