Add NJU Algo course

This commit is contained in:
qian 2025-01-30 18:24:49 +08:00
parent f3d1a1b00c
commit 5fc7c5ea62
2 changed files with 23 additions and 0 deletions

View 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

View file

@ -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"