记录数据结构与算法、LeetCode刷题的学习历程...
- LeetCode(英文):https://leetcode.com/
- LeetCode(中文):https://leetcode-cn.com/ - 使用该网站即可。
- 题库: https://leetcode-cn.com/problemset/all/ 【荐】(直接进去刷题)
- 牛客网:https://www.nowcoder.com
LeetCode 刷题:
对初学者的建议:https://www.imooc.com/article/26624
资料收集:
-
CyC2018/CS-Notes - 含 Leetcode 题解。
-
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
-
LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
-
LeetCode, HackRank, 剑指offer, classic algorithm implementation
-
LeetCode题解,151道题完整版
-
左耳朵耗子-陈皓:haoel/leetcode
LeetCode Problems' Solutions
书籍:
- 《算法图解》
- 《我的第一本算法书》
- 《算法》(第四版)
- 《大话数据结构》
- …
视频:
- 花花酱 LeetCode 视频:Bilibili 传送门 | YouTube 传送门
- bobo老师:深度实战玩转算法-慕课网实战
网站:
- VisuAlgo(这个网站能帮助开发者可视化的理解数据结构与算法)