> For the complete documentation index, see [llms.txt](https://zeyanjie.gitbook.io/yanjie-zes-note/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zeyanjie.gitbook.io/yanjie-zes-note/readme.md).

# SJTU CS Course Notes

Notes and Reviews written by [Yanjie Ze](https://github.com/YanjieZe)

Some notes may not be viewed directly in the website. If necessary, download the [repo](https://github.com/YanjieZe/SJTU_Course_Notes) and view all.

## Course List

### 大三课程

* CS337 计算机图形学
  * 由于是开卷考试，整理了90%以上的课内内容.
  * Well Organized.
* CS410 人工智能
  * 包括所有考点以及大纲，整理详细。
  * 包含树状图进行整理。
* CS339 计算机网络
  * 包括所有考点，整理详细。
* CS240 计算机伦理学
  * 简要归纳授课内容。
  * 包括一个期末大作业（论文）。
* CS236 云计算技术
  * Survey

### 大二课程

* CS499 计算机科学中的数学基础
  * 整理了课程内容与证明
  * 整理了部分难题
* TH029 毛泽东思想和中国特色社会主义理论体系概论
  * 整理了大纲、可能考的辨析题与问答题。
* CS214 算法与复杂性（英文班）
  * 整理了常用算法
* MA238 离散数学
  * 整理了关键内容，涵盖数理逻辑、集合论、图论、**群论**。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zeyanjie.gitbook.io/yanjie-zes-note/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
