注意:本学期 CS101 PA 的所有 C++ 代码都采用 C++20 标准。如果您使用 GCC 或 Clang,您需要在编译时设置 -std=c++20

阅读全文 »

替罪羊树是一种二叉搜索树 (Binary Search Tree) 。通过对“非平衡”的子树进行重构变为平衡的完全二叉树.

阅读全文 »


Project:

This is the final project of CS100 in 2023 Spring.

We are going to implement a simplified version of "Plants vs Zombies".

阅读全文 »