mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-25 19:07:04 +08:00
Add NJU Algo course
This commit is contained in:
parent
f3d1a1b00c
commit
5fc7c5ea62
2 changed files with 23 additions and 0 deletions
22
docs/数据结构与算法/BlackboardAlgo.md
Normal file
22
docs/数据结构与算法/BlackboardAlgo.md
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# NJU 黑板上的算法课:Design and Analysis of Algorithms
|
||||
|
||||
## 课程简介
|
||||
|
||||
- 所属大学:NJU
|
||||
- 先修要求:?
|
||||
- 编程语言:Python
|
||||
- 课程难度:🌟🌟🌟🌟
|
||||
- 预计学时:100h+
|
||||
|
||||
黑板上的算法课 - 黄宇的文章 - 知乎
|
||||
https://zhuanlan.zhihu.com/p/106049035
|
||||
评价好,资源见下
|
||||
|
||||
## 课程资源
|
||||
|
||||
教材信息:https://zhuanlan.zhihu.com/p/24150569
|
||||
教材勘误信息:https://zhuanlan.zhihu.com/p/163552412
|
||||
视频发布地址:https://space.bilibili.com/474662253
|
||||
代码仓库地址:https://github.com/Disalg-ICS-NJU/algocentric
|
||||
授课直播间地址:https://live.bilibili.com/21842
|
||||
|
||||
|
|
@ -195,6 +195,7 @@ nav:
|
|||
- "MIT 6.006: Introduction to Algorithms": "数据结构与算法/6.006.md"
|
||||
- "MIT 6.046: Design and Analysis of Algorithms": "数据结构与算法/6.046.md"
|
||||
- "UCB CS170: Efficient Algorithms and Intractable Problems": "数据结构与算法/CS170.md"
|
||||
- "NJU 黑板上的算法课":"数据结构与算法/BlackboardAlgo.md"
|
||||
- 软件工程:
|
||||
- "MIT 6.031: Software Construction": "软件工程/6031.md"
|
||||
- "UCB CS169: software engineering": "软件工程/CS169.md"
|
||||
|
|
|
|||
Loading…
Reference in a new issue