mirror of
https://github.com/PKUFlyingPig/cs-self-learning.git
synced 2026-06-24 02:16:58 +08:00
feat: Improve overall format
This commit is contained in:
parent
ba4ecff68c
commit
212e86e314
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ This is a high-quality, resource-rich introductory course to Databases.
|
|||
|
||||
The faculty and the CMU Database Group behind the course have open-sourced all the corresponding infrastructure (Autograder, Discord) and course materials (Lectures, Notes, Homework), enabling any student who is willing to learn about databases to enjoy an experience almost equivalent to that of a CMU student.
|
||||
|
||||
One of the highlights of this course is the relational database `bustub`, which was specifically developed by the CMU Database Group for teaching purposes. It requires you to modify various components of this database and implement their functionalities.
|
||||
One of the highlights of this course is the relational database [Bustub](https://github.com/cmu-db/bustub), which was specifically developed by the CMU Database Group for teaching purposes. It requires you to modify various components of this database and implement their functionalities.
|
||||
|
||||
Specifically, in 15-445, you will need to implement some key components in `Bustub`, a traditional disk-oriented relational database, through the progression of four Projects.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue