|
1 | 1 | <div align="center">
|
2 | 2 |
|
3 |
| -# SUSTech_CS_Notes |
| 3 | +# SUSTech Computer Science Notes |
4 | 4 |
|
5 |
| -Course Notes for the Computer Science @SUSTech. |
| 5 | +Course Notes and Materials for the Computer Science @SUSTech. |
6 | 6 |
|
7 |
| -:book: Language: <a href="https://github.com/chanbengz/SUSTech_CS_Notes/blob/master/README.md">English</a> • <a href="https://github.com/chanbengz/SUSTech_CS_Notes/blob/main/README_ZH.md">中文</a> |
| 7 | +:book: Language: <a href="https://github.com/chanbengz/sustech-notes/blob/master/README.md">English</a> • <a href="https://github.com/chanbengz/sustech-notes/blob/main/README_ZH.md">中文</a> |
8 | 8 |
|
9 | 9 | </div>
|
10 | 10 |
|
11 | 11 | ## Intro
|
12 | 12 |
|
13 | 13 | :laughing: Welcome to my humble repo :)
|
14 | 14 |
|
15 |
| -I'm Ben Chen, currently a junior student majoring in CS. The repo records my every notes, materials and codes of the courses that I've taken seriously. I might not express my solutions well so if you have problems understanding my writing, please feel free to raise an Issue or reach me via my email `chanben04gz [AT] gmail [DOT] com`. Also if you'd like to contribute to this repo, please directly create a PR! |
| 15 | +The repo records my every notes, materials and codes of the courses that I've taken seriously. I might not express my solutions well so if you have problems understanding my writing, please feel free to raise an Issue or drop me a email via `chanben04gz [AT] gmail [DOT] com`. It's much appreciated if you'd like to contribute to this repo. |
16 | 16 |
|
17 | 17 | > [!NOTE]
|
18 | 18 | > Due to my preference for system security, I did not (and will neither) enroll most of the AI related courses like Machine Learning (CS401) and Intelligent Robotics (CS405). Sorry for not covering them. Please refer to other repos for those courses.
|
@@ -56,21 +56,10 @@ The notes can be viewed on my [blog](https://blog.benx.dev). ~~I haven't written
|
56 | 56 |
|
57 | 57 | > [!NOTE]
|
58 | 58 | >
|
59 |
| -> If you'd like to download folder(s) of specific course, [Downgit](https://downgit.benx.dev) is a suitable tool for you. |
| 59 | +> If you'd like to download folder(s) of specific course, [Downgit](https://downgit.benx.dev) might be useful. |
60 | 60 |
|
61 |
| -It depends on you, trust yourself. As tips, you can preview the slides before the semester starts so as to have a general idea of the course, or even better, you will master the course if you're a quick learner. Also, you can refer to the solutions to check if you're right or not, and review the exams to see if you've mastered the course. |
62 |
| - |
63 |
| -### DON'T |
64 |
| -- Don't ignore the lectures even if you've acquired the contents, as they will most likely contain some significant details that are not included in the slides ~~(why is that? I guess the professors forget)~~. |
65 |
| -- Don't learn for the sake of exams, like paying attention to barely what the professor says to be tested. You will not learn anything. |
66 |
| -- Don't copy the codes or answers directly from the repo. Though labs and assignments are tough, they're the essence of the course, especially for computer science. (learning by doing is the best way to learn CS) |
67 |
| - |
68 |
| -### DO |
69 |
| -- Hacking is much appreciated, no matter if it's irrelevant to the courses. You will learn a lot from it. For example, it's encouraged to actually use linux and vim and so in your daily life and follow the [LFS](https://www.linuxfromscratch.org/). |
70 |
| -- Ask smart questions. Searching and solving problems by yourself is a basic skill for CS students. Questions only come up after you've tried everything, and you can express the issue clearly. |
71 |
| -- Pay more attention to art. It's not a joke. Art will not only enrich your taste, but also improve your creativity and organization aibility. |
| 61 | +It depends on you, trust yourself. As a little tip, you can preview the slides before the semester starts so as to have a general idea of the course, or even better, you will master the course if you're a quick learner. Also, you can refer to the solutions to check if you're right or not, and review the exams to see if you've mastered the course. |
72 | 62 |
|
73 | 63 | ## Contributing
|
74 | 64 |
|
75 | 65 | You're welcome to contribute to this repo. Please refer to the [CONTRIBUTING.md](./CONTRIBUTING.md) for more details.
|
76 |
| - |
0 commit comments