From e0bb716ea5702e7c665a935ed9bf1c61d0f7f6ba Mon Sep 17 00:00:00 2001 From: smxm <695335574@qq.com> Date: Tue, 17 Jan 2023 23:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=8F=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/数据库系统/15445.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/数据库系统/15445.en.md b/docs/数据库系统/15445.en.md index 91e4871c..c13b4848 100644 --- a/docs/数据库系统/15445.en.md +++ b/docs/数据库系统/15445.en.md @@ -15,7 +15,7 @@ The course project [Bustub](https://github.com/cmu-db/bustub) is an educational ## Resources - Course Website: [Fall2019](https://15445.courses.cs.cmu.edu/fall2019/schedule.html), [Fall2020](https://15445.courses.cs.cmu.edu/fall2020/schedule.html), [Fall2021](https://15445.courses.cs.cmu.edu/fall2021/schedule.html) -- Assignments: refer to the course website +- Recording: refer to the course website. - Textbook: Database System Concepts - Assignments: 4 Projects @@ -29,7 +29,7 @@ If you have more time you can try them all, and when you do not understand the t ## Personal Resources -All the resources and assignments used by [@ysj1173886760](https://github.com/ysj1173886760) in this course are maintained in [ysj1173886760/Learning:db - GitHub](https://github.com/ysj1173886760/Learning/tree/master/db) +All the resources and assignments used by [@ysj1173886760](https://github.com/ysj1173886760) in this course are maintained in [ysj1173886760/Learning:db - GitHub](https://github.com/ysj1173886760/Learning/tree/master/db). Due to Andy's request, the repository does not contain the source code for the project, only the solution for homework. In particular, for Homework1, [@ysj1173886760](https://github.com/ysj1173886760) wrote a shell script to help you evaluate your solution automatically.