Skip to content

Commit

Permalink
add CS225
Browse files Browse the repository at this point in the history
  • Loading branch information
geniucker-dev committed Jan 8, 2025
1 parent 7d86463 commit f876a46
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 0 deletions.
Binary file added CS225/Note/Geniucker's Note/B树.pdf
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/Disjoint Sets.pdf
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/Hash table.pdf
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/Lec 22.pdf
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/error-prone.pdf
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/kd树.pdf
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/图.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/最小生成树.pdf
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/类.pdf
Binary file not shown.
Binary file not shown.
Binary file added CS225/Note/Geniucker's Note/迭代器.pdf
Binary file not shown.
5 changes: 5 additions & 0 deletions CS225/README.md
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/)

0 comments on commit f876a46

Please sign in to comment.