diff --git a/GESP/GESP C++四级认证试卷2023年6月.pdf b/GESP/GESP C++四级认证试卷2023年6月.pdf index 246e7cc..1f27828 100644 Binary files a/GESP/GESP C++四级认证试卷2023年6月.pdf and b/GESP/GESP C++四级认证试卷2023年6月.pdf differ diff --git a/GESP/四级.txt b/GESP/四级.txt new file mode 100644 index 0000000..e67d94a --- /dev/null +++ b/GESP/四级.txt @@ -0,0 +1,26 @@ +选择排序不是稳定的排序算法 +https://blog.csdn.net/weixin_39644325/article/details/111584150 +数组 6、7、6、2、8 + +不稳定排序算法有哪些 +https://blog.csdn.net/Maxiao1204/article/details/108907709 + +不稳定排序算法有哪些 +口诀:一堆(堆)希尔(希尔)快(快速)选(选择) + +====================================================== +桶排不讨论是不是稳定 +桶排的例子 + +6 7 6 2 8 + + +int a[10]={}; + + 1 2 1 1 +1 2 3 4 5 6 7 8 + +2 6 6 7 8 + +C++ 运算符 +https://www.runoob.com/cplusplus/cpp-operators.html \ No newline at end of file