-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d86463
commit f876a46
Showing
14 changed files
with
5 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# CS225 | ||
|
||
这门课主要讲的是数据结构。课程的前几个星期是一些 C++ 的速成课程,将介绍这门语言的许多主要思想,包括面向对象编程,泛型编程和手动内存管理。之后的课程将围绕一些基础的数据结构和相关的算法展开,包括栈、队列、链表、树、图等等。 | ||
|
||
虽然这不是一门 C++ 课程,但是这门课程的所有 MP 和 Lab 都是用 C++ 编写的,所以对 C++ 的熟练程度是非常重要的。对于标准模板库(STL)的疑问可以参考 [cppreference](https://en.cppreference.com/)。 |