An open API service indexing awesome lists of open source software.

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 刷题...

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)(这个网站能帮助开发者可视化的理解数据结构与算法)