10 2020 档案
摘要:/* 你的代码将被嵌在这里 */BinTree Insert(BinTree BST, ElementType X){ if (BS...
阅读全文
摘要:不熟悉静态链表利用左右子节点下标建树,以及如何寻找根节点,使用静态链表建树传入根节点只要传入根节点下标。 #include<iostream> #include<algorithm> #include<stack> #include<cstring> using namespace std; str
阅读全文
摘要:每k个翻转一次 这次算彻底搞懂了翻转链表的各种写法了,花费了大概2个小时才想明白 对比静态链表的部分翻转,这个是技术活,而静态链表是...
阅读全文
摘要:求a0+a1x+a2x^ 2+…anx^ n 数组a存系数 int QinJiuShao(int n,double a[], int...
阅读全文
摘要:#include#include //试着加加constusing namespace std;const int defaultS...
阅读全文
摘要:正则好难wow import reimport osimport requests# https://i2.hoopchina.co...
阅读全文