注意:本学期 CS101 PA 的所有 C++ 代码都采用 C++20 标准。如果您使用 GCC 或 Clang,您需要在编译时设置 -std=c++20
。
Compile Basics
FFT Algorithm
Karatsuba Algorithm
Scapegoat Tree
替罪羊树是一种二叉搜索树 (Binary Search Tree) 。通过对“非平衡”的子树进行重构变为平衡的完全二叉树.
Escape Chars Table
The full table of escape characters.
ASCII Table
The full table of ASCII characters.
常见图论算法的时间复杂度
12 个常见图论算法的时间复杂度。