学习笔记之LeetCode - 浩然119 - 博客园
Book Review: Coding Interview Questions by Narasimha Karumanchi
- https://mp.weixin.qq.com/s/CbC7lpK1bgXNTYDSZjRUUQ
- https://whatpixel.com/coding-interview-questions-book-review/
《算法导论》习题答案开源
- https://mp.weixin.qq.com/s?__biz=MzU2MDY5NTE4NA%3D%3D&mid=2247484486&idx=1&sn=cbd846eafeb40fd1207d470eef5ee4cc&scene=45#wechat_redirect
- https://walkccc.github.io/CLRS/
- https://github.com/walkccc/CLRS
程序员面试备考锦囊 - 程序员必修课
- https://mp.weixin.qq.com/s/RKd6YkYwwQ-IL--L0GJnIw
GitHub 标星 3w+,很全面的算法和数据结构知识
【实用】Github 超过 3 万 Star 的『超实用技术面试手册』
- https://mp.weixin.qq.com/s/gnXcQVGyFSQcYDV2a-Uj7Q
- https://mp.weixin.qq.com/s?__biz=MzUyNjQxNjYyMg==&mid=2247486389&idx=1&sn=4c444514dc6d6bbe5ca7ad853b162f92&chksm=fa0e6434cd79ed2270496a794fd95c8dc0851c6d2aabbfbc54e8842e48c89a517574fcbbdd9c&mpshare=1&scene=24&srcid=&sharer_sharetime=1567921528670&sharer_shareid=5ed4a849fa42d9599a974fa8eb45e8fa&key=abef5ca5ef94578df1b35642913afedc181e92be21731de4c7fbe63e6f2857b496a5d49fd0977f85557437a2a297f9da9df4c591e183994d772f88de826fe6c7a57508a79deb925c0a4f6ed9b55c5370&ascene=14&uin=MTMzMzc3MjY4MQ%3D%3D&devicetype=Windows+10&version=62060833&lang=en&pass_ticket=tT3maEfznKd3xtVT4L8%2Bl%2B2KKdhrJZ3ERaWEoIpqIMB2I2ssKo%2BTfx0v80L7rMTL
- https://github.com/yangshun/tech-interview-handbook
算法和编程面试题精选TOP50!(附代码+解题思路+答案)
- https://mp.weixin.qq.com/s/ABSgO36dGLa1_d5daN2c8A
- https://hackernoon.com/50-data-structure-and-algorithms-interview-questions-for-programmers-b4b1ac61f5b0
万字总结:如何全方位的准备数据结构和算法?
准备程序员面试?你需要了解这 14 种编程面试模式
- https://mp.weixin.qq.com/s/uWMxOWTp-fsd-s85lq8BqQ
- https://www.educative.io/courses/grokking-the-coding-interview
Dynamic Programming
再来聊一聊「动态规划」
拒绝遗忘:高效的动态规划算法
- https://mp.weixin.qq.com/s?__biz=MzUyNjQxNjYyMg==&mid=2247486391&idx=3&sn=b00fdfbf8dd79a94bf3e4871888733d1&chksm=fa0e6436cd79ed202f8df45165211ae5530522e98b088d39a2ea648fe41954ef12c430c86d0e&mpshare=1&scene=24&srcid=&sharer_sharetime=1568003334975&sharer_shareid=5ed4a849fa42d9599a974fa8eb45e8fa&key=5a37b8e9f2933463fb66c80e85ffaeeb45f2b57d21c80f5fae65561d7030f32a9d18b3065ee44129f054522b2fce012d608aaa7498eac5dc4de51dd67ab384b8684c6139cc96c34521a9e2f1b1000a77&ascene=14&uin=MTMzMzc3MjY4MQ%3D%3D&devicetype=Windows+10&version=62060833&lang=en&pass_ticket=tT3maEfznKd3xtVT4L8%2Bl%2B2KKdhrJZ3ERaWEoIpqIMB2I2ssKo%2BTfx0v80L7rMTL
- https://www.freecodecamp.org/news/an-intro-to-algorithms-dynamic-programming-dd00873362bb/
String
几道 BAT 算法面试中经常问的「字符串」问题
- https://mp.weixin.qq.com/s/M8U9B7UA2AdfnJi5EpTv-g
几道和「滑动窗口」有关的算法面试题