https://github.com/jayboxyz/algorithm-notes
:memo: 数据结构与算法学习、LeetCode 刷题...
https://github.com/jayboxyz/algorithm-notes
algorithm datastructure java leecode
Last synced: 3 months ago
JSON representation
:memo: 数据结构与算法学习、LeetCode 刷题...
- Host: GitHub
- URL: https://github.com/jayboxyz/algorithm-notes
- Owner: jayboxyz
- Created: 2018-12-30T13:23:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-04T06:34:52.000Z (over 5 years ago)
- Last Synced: 2025-04-12T08:09:59.510Z (6 months ago)
- Topics: algorithm, datastructure, java, leecode
- Homepage:
- Size: 2.01 MB
- Stars: 29
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 数据结构与算法学习
记录数据结构与算法、LeetCode刷题的学习历程...数据结构
----
## LeetCode
- LeetCode(英文):
- 题库:
- LeetCode(中文): - 使用该网站即可。
- 题库: 【荐】(直接进去刷题)
- 牛客网:LeetCode 刷题:
- [LeetCode刷题-索引](./LeetCode/README.md)
## 学习资料
对初学者的建议:https://www.imooc.com/article/26624
资料收集:
- [CyC2018/CS-Notes]() - 含 Leetcode 题解。
- [MisterBooo/LeetCodeAnimation](https://github.com/MisterBooo/LeetCodeAnimation)
> Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
- [azl397985856/leetcode]()
> LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)
- [apachecn/awesome-algorithm](https://github.com/apachecn/awesome-algorithm)
> LeetCode, HackRank, 剑指offer, classic algorithm implementation
- [soulmachine/leetcode](https://github.com/soulmachine/leetcode)
> LeetCode题解,151道题完整版
- 左耳朵耗子-陈皓:[haoel/leetcode](https://github.com/haoel/leetcode)
> LeetCode Problems' Solutions
- [《LeetBook(LeetCode详解)》]()
- [结构化算法刷题训练指南 - 小专栏]()
书籍:
- 《算法图解》
- 《我的第一本算法书》
- 《算法》(第四版)
- 《大话数据结构》
- …视频:
- 花花酱 LeetCode 视频:[Bilibili 传送门]() | [YouTube 传送门]()
- bobo老师:[深度实战玩转算法-慕课网实战](https://coding.imooc.com/class/138.html)网站:
- [VisuAlgo](https://visualgo.net/en)(这个网站能帮助开发者可视化的理解数据结构与算法)