Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-lam committed Aug 11, 2021
1 parent 9c49b03 commit 8f3bae6
Showing 1 changed file with 32 additions and 12 deletions.
44 changes: 32 additions & 12 deletions notes/data-structures-and-algorithms/README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,51 @@
<div align="left"><img src="assets/logo7.svg" width="80px"/></div>

# 数据结构与算法

## 学习路径
> 欢迎来到数据结构与算法的世界,带你从基础的数据结构入手层层深入


## 学习目录

| 部分 | 章节 | 概要 |
| :--- | :--------------------------- | :--------------------------------------------------- |
|| [数据结构](数据结构.md) | 线性表、栈和队列、树和二叉树等经典数据结构 |
|| [算法思想](算法思想.md) | 排序算法、动态规划、递归、回溯法、贪心算法等经典算法 |
|| [LeetCode 题解](LeetCode.md) | LeetCode 热题 HOT 100 |



## 参考资料
## 在线刷题

- 题库 - 力扣 (LeetCode) 全球极客挚爱的技术成长平台

https://leetcode-cn.com/problemset/all

- 牛客网-找工作神器|笔试题库|面试经验|实习招聘内推,求职就业一站解决_牛客网

https://www.nowcoder.com/



## 在线工具

- VisuAlgo - visualising data structures and algorithms through animation

https://visualgo.net/en

- Data Structure Visualization

https://www.cs.usfca.edu/~galles/visualization/Algorithms.html



## 学习课程

| 课程 | 推荐 |
| ------------------------------------------------------------ | ----------------------------------------- |
| [【慕课网】刘宇波:玩转数据结构,从入门到进阶](https://coding.imooc.com/class/207.html) | 数据结构从底层到实现,浅显易懂 |
| [【慕课网】刘宇波:程序员的内功修炼,学好算法与数据结构](https://coding.imooc.com/class/71.html) | 程序员的内功修炼,强烈推荐 |
| [【慕课网】刘宇波:玩转算法面试 leetcode题库分门别类详细解析](https://coding.imooc.com/class/82.html) | LeetCode 刷题入门,强烈推荐 |
| [【极客时间】覃超:算法面试通关40讲](https://time.geekbang.org/course/intro/130) | 市面上比较新的课程,推荐 |
| [【慕课网】刘宇波:看得见的算法 7个经典应用诠释算法精髓](https://coding.imooc.com/class/138.html) | 通过7款经典好玩游戏,真正将算法用于实际开 |
| 课程 | 链接 | 代码 | 推荐 |
| ------------------------------------------------------ | ------------------------------------------------------- | ------------------------------------------------------------ | ----------------------------------------- |
| 【慕课网】玩转数据结构 从入门到进阶(Java) | [官网](https://coding.imooc.com/class/chapter/207.html) | [代码](https://github.com/liuyubobobo/Play‑with‑Data‑Structures) | 数据结构从底层到实现,浅显易懂 |
| 【慕课网】算法与数据结构体系课(Java)<br/> | [官网](https://class.imooc.com/datastructure#Anchor) | [代码](https://github.com/frank‑lam/Algorithm) | 《玩转数据结构 从入门到进阶》 - 升级版 |
| 【慕课网】程序员的内功修炼,学好算法与数据结构(C++) | [官网](https://coding.imooc.com/class/chapter/71.html) | [代码](https://github.com/liuyubobobo/Play‑with‑Algorithms) | 程序员的内功修炼,强烈推荐 |
| 【慕课网】玩转算法面试 leetcode 题库(C++) | [官网](https://coding.imooc.com/class/chapter/82.html) | [代码](https://github.com/liuyubobobo/Play‑with‑Algorithm‑Interview) | LeetCode 刷题入门,强烈推荐 |
| 【极客时间】覃超:算法面试通关40讲 | [官网](https://time.geekbang.org/course/intro/130) | / | 市面上比较新的课程,推荐 |
| 【慕课网】刘宇波:看得见的算法 7个经典应用诠释算法精髓 | 官网 | / | 通过7款经典好玩游戏,真正将算法用于实际开 |

0 comments on commit 8f3bae6

Please sign in to comment.