From 76db52098e67e9b3a6e1a7f3ff4339f126ac7633 Mon Sep 17 00:00:00 2001 From: Garrison Liu Date: Tue, 12 Nov 2024 15:30:30 +0800 Subject: [PATCH] [ENHANCE] Add resources for UCB-CS61B (#679) --- docs/数据结构与算法/CS61B.en.md | 2 ++ docs/数据结构与算法/CS61B.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/数据结构与算法/CS61B.en.md b/docs/数据结构与算法/CS61B.en.md index 81d70668..4823b9ae 100644 --- a/docs/数据结构与算法/CS61B.en.md +++ b/docs/数据结构与算法/CS61B.en.md @@ -28,3 +28,5 @@ In addition, there are 3 projects that give you the opportunity to be exposed to ## Personal resources All resources and homework implementations used by @PKUFlyingPig in this course are summarized in [PKUFlyingPig/CS61B - GitHub](https://github.com/PKUFlyingPig/CS61B). + +All resources and homework implementations used by @InsideEmpire in this course are summarized in [InsideEmpire/CS61B-PathwayToSuccess - GitHub](https://github.com/InsideEmpire/CS61B-PathwayToSuccess.git). diff --git a/docs/数据结构与算法/CS61B.md b/docs/数据结构与算法/CS61B.md index b190c927..9cb7b94f 100644 --- a/docs/数据结构与算法/CS61B.md +++ b/docs/数据结构与算法/CS61B.md @@ -27,4 +27,6 @@ ## 资源汇总 -@PKUFlyingPig 在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/CS61B - GitHub](https://github.com/PKUFlyingPig/CS61B) 中。 +@PKUFlyingPig 在学习这门课中用到的所有资源和作业实现都汇总在 [PKUFlyingPig/CS61B - GitHub](https://github.com/PKUFlyingPig/CS61B) 中。 + +@InsideEmpire 在学习这门课中用到的所有资源和作业实现都汇总在 [InsideEmpire/CS61B-PathwayToSuccess - GitHub](https://github.com/InsideEmpire/CS61B-PathwayToSuccess.git) 中。