学习链接汇总
学习过程中发现的一些干货,持续更新
初级算法
- https://cppreference.cn/w/ 非常权威的一个参考手册,收纳了C++11到26的所有内容,还包含了标准库和并发库。不过缺点就是只能当作一本技术手册来用,有些内容不好理解。
- https://csdiy.wiki/ 涵盖的内容相当丰富,除了本科常规课程全覆盖,还有数据科学、机器学习的资料
- https://www.acwing.com/blog/content/23944/ 老师分享的排序算法整理,当时正好在上数据结构,作业就是让我们从中选三个用C++实现
agent开发
- https://github.com/xindoo/agentic-design-patterns google发布的agentic design patterns中文翻译版
- https://www.infoq.com/news/2026/01/multi-agent-design-patterns 八种多agent设计模式